Parcourir la source

清除未覆盖区域标记面2.1

qinhouyu il y a 2 ans
Parent
commit
16e793990d
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/views/monitor.vue

+ 2 - 2
src/views/monitor.vue

@@ -188,7 +188,7 @@ export default {
       this.getMonitorDeviceAndDataLists()
       this.getDlblistBydeptIds()
       this.selectDeviceType(-1);
-      this.getNotCoverPlaces(this.deptId);
+      // this.getNotCoverPlaces(this.deptId);
     }, 2000)
   },
   data() {
@@ -420,7 +420,7 @@ export default {
       this.deptId = Cookies.get("deptId");
       clearInterval(this.cgqTimer);
       this.selectDeviceType();
-      this.getNotCoverPlaces(this.deptId);
+      // this.getNotCoverPlaces(this.deptId);
     },
     laClick() {
       this.$refs.supermap.clearG();