|
@@ -203,7 +203,8 @@
|
|
this.selectKeyAreaList()
|
|
this.selectKeyAreaList()
|
|
this.bottomMenuList() //获取底部公共组件消息和任务
|
|
this.bottomMenuList() //获取底部公共组件消息和任务
|
|
this.getTreeselect()
|
|
this.getTreeselect()
|
|
- this.deptId = Cookies.get("deptId")
|
|
|
|
|
|
+ this.deptId = parseInt(Cookies.get("deptId"));
|
|
|
|
+
|
|
// this.chuanSet()
|
|
// this.chuanSet()
|
|
this.getMonitorDeviceAndDataLists()
|
|
this.getMonitorDeviceAndDataLists()
|
|
this.getDlblistBydeptIds(-1)
|
|
this.getDlblistBydeptIds(-1)
|
|
@@ -458,7 +459,7 @@
|
|
this.onChuan = false
|
|
this.onChuan = false
|
|
this.localMark = 'la'
|
|
this.localMark = 'la'
|
|
this.placeholderMsg = "请输入云广播名称"
|
|
this.placeholderMsg = "请输入云广播名称"
|
|
- this.deptId = Cookies.get("deptId")
|
|
|
|
|
|
+ // this.deptId = Cookies.get("deptId")
|
|
this.getDlblistBydeptId()
|
|
this.getDlblistBydeptId()
|
|
// this.$refs.supermap.clearG();
|
|
// this.$refs.supermap.clearG();
|
|
},
|
|
},
|
|
@@ -468,7 +469,7 @@
|
|
this.onChuan = true
|
|
this.onChuan = true
|
|
this.localMark = 'chuan'
|
|
this.localMark = 'chuan'
|
|
this.placeholderMsg = "请输入传感器名称"
|
|
this.placeholderMsg = "请输入传感器名称"
|
|
- this.deptId = Cookies.get("deptId")
|
|
|
|
|
|
+ // this.deptId = Cookies.get("deptId")
|
|
this.getMonitorDeviceAndDataList()
|
|
this.getMonitorDeviceAndDataList()
|
|
// this.$refs.supermap.clearG();
|
|
// this.$refs.supermap.clearG();
|
|
},
|
|
},
|