|
@@ -271,7 +271,7 @@ export default {
|
|
this.selectKeyAreaList();
|
|
this.selectKeyAreaList();
|
|
this.bottomMenuList(); //获取底部公共组件消息和任务
|
|
this.bottomMenuList(); //获取底部公共组件消息和任务
|
|
this.getTreeselect();
|
|
this.getTreeselect();
|
|
- this.deptId = Cookies.get("deptId");
|
|
|
|
|
|
+ this.deptId = parseInt(Cookies.get("deptId"));
|
|
this.getMonitorDeviceAndDataLists(this.deptId);
|
|
this.getMonitorDeviceAndDataLists(this.deptId);
|
|
this.getDlblistBydeptIds();
|
|
this.getDlblistBydeptIds();
|
|
this.selectDeviceType(-1);
|
|
this.selectDeviceType(-1);
|