|
@@ -183,7 +183,8 @@
|
|
|
this.selectKeyAreaList()
|
|
|
this.bottomMenuList() //获取底部公共组件消息和任务
|
|
|
this.getTreeselect()
|
|
|
- this.deptId = Cookies.get("deptId")
|
|
|
+ this.deptId = parseInt(Cookies.get("deptId"));
|
|
|
+
|
|
|
//this.getSensorListByDeptIds()
|
|
|
// this.chuanSet()
|
|
|
this.getMonitorDeviceAndDataLists()
|
|
@@ -429,7 +430,7 @@
|
|
|
this.onChuan = false;
|
|
|
this.localMark = "she";
|
|
|
this.placeholderMsg = "请输入摄像头名称";
|
|
|
- this.deptId = Cookies.get("deptId");
|
|
|
+ // this.deptId = Cookies.get("deptId");
|
|
|
clearInterval(this.cgqTimer);
|
|
|
this.selectDeviceType();
|
|
|
// this.getNotCoverPlaces(this.deptId);
|
|
@@ -440,7 +441,7 @@
|
|
|
this.onChuan = false;
|
|
|
this.localMark = "la";
|
|
|
this.placeholderMsg = "请输入云广播名称";
|
|
|
- this.deptId = Cookies.get("deptId");
|
|
|
+ // this.deptId = Cookies.get("deptId");
|
|
|
clearInterval(this.cgqTimer);
|
|
|
this.getDlblistBydeptId(null);
|
|
|
},
|
|
@@ -450,7 +451,7 @@
|
|
|
this.onChuan = true
|
|
|
this.localMark = 'chuan'
|
|
|
this.placeholderMsg = "请输入传感器名称"
|
|
|
- this.deptId = Cookies.get("deptId")
|
|
|
+ // this.deptId = Cookies.get("deptId")
|
|
|
this.getMonitorDeviceAndDataList(null)
|
|
|
},
|
|
|
// 云广播
|