From 0c74dd78c82166d8ad01de934f9657f0a9281ef3 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 21 Jul 2021 08:47:13 +0800
Subject: [PATCH] 问题修复

---
 public/map/widgets/aPoliceTeam/APoliceTeam.js             |    1 -
 public/map/widgets/patrolManagement/PatrolManagement.js   |    1 -
 public/map/widgets/policeDispatching/PoliceDispatching.js |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/public/map/widgets/aPoliceTeam/APoliceTeam.js b/public/map/widgets/aPoliceTeam/APoliceTeam.js
index e1005ae..b904e18 100644
--- a/public/map/widgets/aPoliceTeam/APoliceTeam.js
+++ b/public/map/widgets/aPoliceTeam/APoliceTeam.js
@@ -1047,7 +1047,6 @@
                         },
                         success: function (data) {
                           if (data.code == 200) {
-                            alert(1);
                           }
                         }
                       })
diff --git a/public/map/widgets/patrolManagement/PatrolManagement.js b/public/map/widgets/patrolManagement/PatrolManagement.js
index a06bdb1..c94831a 100644
--- a/public/map/widgets/patrolManagement/PatrolManagement.js
+++ b/public/map/widgets/patrolManagement/PatrolManagement.js
@@ -1052,7 +1052,6 @@
                         },
                         success: function (data) {
                           if (data.code == 200) {
-                            alert(1);
                           }
                         }
                       })
diff --git a/public/map/widgets/policeDispatching/PoliceDispatching.js b/public/map/widgets/policeDispatching/PoliceDispatching.js
index 184bc6d..e6febcb 100644
--- a/public/map/widgets/policeDispatching/PoliceDispatching.js
+++ b/public/map/widgets/policeDispatching/PoliceDispatching.js
@@ -1035,7 +1035,6 @@
                                                 },
                                                 success: function (data) {
                                                     if (data.code == 200) {
-                                                        alert(1);
                                                     }
                                                 }
                                             })

--
Gitblit v1.9.3