zengh
2021-07-21 0c74dd78c82166d8ad01de934f9657f0a9281ef3
问题修复
3 files modified
3 ■■■■■ changed files
public/map/widgets/aPoliceTeam/APoliceTeam.js 1 ●●●● patch | view | raw | blame | history
public/map/widgets/patrolManagement/PatrolManagement.js 1 ●●●● patch | view | raw | blame | history
public/map/widgets/policeDispatching/PoliceDispatching.js 1 ●●●● patch | view | raw | blame | history
public/map/widgets/aPoliceTeam/APoliceTeam.js
@@ -1047,7 +1047,6 @@
                        },
                        success: function (data) {
                          if (data.code == 200) {
                            alert(1);
                          }
                        }
                      })
public/map/widgets/patrolManagement/PatrolManagement.js
@@ -1052,7 +1052,6 @@
                        },
                        success: function (data) {
                          if (data.code == 200) {
                            alert(1);
                          }
                        }
                      })
public/map/widgets/policeDispatching/PoliceDispatching.js
@@ -1035,7 +1035,6 @@
                                                },
                                                success: function (data) {
                                                    if (data.code == 200) {
                                                        alert(1);
                                                    }
                                                }
                                            })