浏览代码

清除未覆盖区域标记面2.1

qinhouyu 2 年之前
父节点
当前提交
16e793990d
共有 1 个文件被更改,包括 2 次插入2 次删除
  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();