|
@@ -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();
|