|
@@ -509,6 +509,7 @@ export default {
|
|
|
this.onShe = true;
|
|
|
this.onChuan = false;
|
|
|
this.localMark = "she";
|
|
|
+ this.deptId=Cookies.get("deptId")
|
|
|
this.placeholderMsg = "请输入摄像头名称";
|
|
|
clearInterval(this.cgqTimer);
|
|
|
this.selectDeviceType();
|
|
@@ -518,6 +519,7 @@ export default {
|
|
|
this.onShe = false;
|
|
|
this.onChuan = false;
|
|
|
this.localMark = "la";
|
|
|
+ this.deptId=Cookies.get("deptId")
|
|
|
this.placeholderMsg = "请输入云广播名称";
|
|
|
clearInterval(this.cgqTimer);
|
|
|
this.getDlblistBydeptId();
|
|
@@ -528,6 +530,7 @@ export default {
|
|
|
this.onChuan = true;
|
|
|
this.localMark = "chuan";
|
|
|
this.placeholderMsg = "请输入传感器名称";
|
|
|
+ this.deptId=Cookies.get("deptId")
|
|
|
this.getMonitorDeviceAndDataList(this.deptId);
|
|
|
clearInterval(this.cgqTimer);
|
|
|
this.cgqTimer = setInterval(() => {
|