|
@@ -446,6 +446,7 @@
|
|
|
this.onLa = false;
|
|
|
this.onShe = true;
|
|
|
this.onChuan = false;
|
|
|
+ this.deptId = Cookies.get("deptId");
|
|
|
this.localMark = "she";
|
|
|
this.placeholderMsg = "请输入摄像头名称";
|
|
|
clearInterval(this.cgqTimer);
|
|
@@ -455,6 +456,7 @@
|
|
|
this.onLa = true;
|
|
|
this.onShe = false;
|
|
|
this.onChuan = false;
|
|
|
+ this.deptId = Cookies.get("deptId");
|
|
|
this.localMark = "la";
|
|
|
this.placeholderMsg = "请输入云广播名称";
|
|
|
this.deptId = Cookies.get("deptId");
|
|
@@ -465,6 +467,7 @@
|
|
|
this.onLa = false;
|
|
|
this.onShe = false;
|
|
|
this.onChuan = true;
|
|
|
+ this.deptId = Cookies.get("deptId");
|
|
|
this.localMark = "chuan";
|
|
|
this.placeholderMsg = "请输入传感器名称";
|
|
|
this.getMonitorDeviceAndDataList();
|