|
@@ -208,7 +208,7 @@
|
|
|
this.getMonitorDeviceAndDataLists()
|
|
|
// this.getDlblistBydeptIds()
|
|
|
this.selectDeviceType(-1)
|
|
|
- this.getNotCoverPlaces(this.deptId);
|
|
|
+ // this.getNotCoverPlaces(this.deptId);
|
|
|
|
|
|
// this.showTVWall();
|
|
|
}, 2000)
|
|
@@ -416,6 +416,7 @@
|
|
|
let that = this
|
|
|
that.deptId = data.id
|
|
|
console.log("节点单击事件", data, that.localMark);
|
|
|
+ // that.$refs.supermap.clearG()
|
|
|
// this.findCameraByDept(data.id)
|
|
|
if (that.localMark == 'she') {
|
|
|
that.selectCameraByDeptId(data.id);
|
|
@@ -438,7 +439,7 @@
|
|
|
this.localMark = 'she'
|
|
|
this.placeholderMsg = "请输入摄像头名称"
|
|
|
this.selectDeviceType()
|
|
|
- this.getNotCoverPlaces(this.deptId);
|
|
|
+ // this.getNotCoverPlaces(this.deptId);
|
|
|
},
|
|
|
laClick() {
|
|
|
this.onLa = true
|