|
@@ -376,21 +376,24 @@
|
|
|
}
|
|
|
},
|
|
|
sheClick() {
|
|
|
- this.onLa = false
|
|
|
- this.onShe = true
|
|
|
- this.onChuan = false
|
|
|
- this.localMark = 'she'
|
|
|
- this.placeholderMsg = "请输入摄像头名称"
|
|
|
- this.selectDeviceType()
|
|
|
+ this.onLa = false;
|
|
|
+ this.onShe = true;
|
|
|
+ this.onChuan = false;
|
|
|
+ this.localMark = "she";
|
|
|
+ this.placeholderMsg = "请输入摄像头名称";
|
|
|
+ this.deptId = Cookies.get("deptId");
|
|
|
+ clearInterval(this.cgqTimer);
|
|
|
+ this.selectDeviceType();
|
|
|
},
|
|
|
laClick() {
|
|
|
- this.onLa = true
|
|
|
- this.onShe = false
|
|
|
- this.onChuan = false
|
|
|
- this.localMark = 'la'
|
|
|
- this.placeholderMsg = "请输入云广播名称"
|
|
|
- this.deptId = Cookies.get("deptId")
|
|
|
- this.getDlblistBydeptId()
|
|
|
+ this.onLa = true;
|
|
|
+ this.onShe = false;
|
|
|
+ this.onChuan = false;
|
|
|
+ this.localMark = "la";
|
|
|
+ this.placeholderMsg = "请输入云广播名称";
|
|
|
+ this.deptId = Cookies.get("deptId");
|
|
|
+ clearInterval(this.cgqTimer);
|
|
|
+ this.getDlblistBydeptId();
|
|
|
},
|
|
|
chuanClick() {
|
|
|
this.onLa = false
|
|
@@ -399,9 +402,7 @@
|
|
|
this.localMark = 'chuan'
|
|
|
this.placeholderMsg = "请输入传感器名称"
|
|
|
this.deptId = Cookies.get("deptId")
|
|
|
- //this.getSensorListByDeptId()
|
|
|
this.getMonitorDeviceAndDataList()
|
|
|
-
|
|
|
},
|
|
|
// 云广播
|
|
|
getDlblistBydeptId() {
|