|
@@ -519,7 +519,6 @@ export default {
|
|
this.onChuan = false;
|
|
this.onChuan = false;
|
|
this.localMark = "la";
|
|
this.localMark = "la";
|
|
this.placeholderMsg = "请输入云广播名称";
|
|
this.placeholderMsg = "请输入云广播名称";
|
|
- this.deptId = Cookies.get("deptId");
|
|
|
|
clearInterval(this.cgqTimer);
|
|
clearInterval(this.cgqTimer);
|
|
this.getDlblistBydeptId();
|
|
this.getDlblistBydeptId();
|
|
},
|
|
},
|
|
@@ -529,7 +528,6 @@ export default {
|
|
this.onChuan = true;
|
|
this.onChuan = true;
|
|
this.localMark = "chuan";
|
|
this.localMark = "chuan";
|
|
this.placeholderMsg = "请输入传感器名称";
|
|
this.placeholderMsg = "请输入传感器名称";
|
|
- this.deptId = null;
|
|
|
|
this.getMonitorDeviceAndDataList(this.deptId);
|
|
this.getMonitorDeviceAndDataList(this.deptId);
|
|
clearInterval(this.cgqTimer);
|
|
clearInterval(this.cgqTimer);
|
|
this.cgqTimer = setInterval(() => {
|
|
this.cgqTimer = setInterval(() => {
|