|
@@ -423,6 +423,7 @@
|
|
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()
|
|
},
|
|
},
|
|
@@ -432,6 +433,7 @@
|
|
this.onChuan = true
|
|
this.onChuan = true
|
|
this.localMark = 'chuan'
|
|
this.localMark = 'chuan'
|
|
this.placeholderMsg = "请输入传感器名称"
|
|
this.placeholderMsg = "请输入传感器名称"
|
|
|
|
+ this.deptId = Cookies.get("deptId")
|
|
this.getMonitorDeviceAndDataList()
|
|
this.getMonitorDeviceAndDataList()
|
|
clearInterval(this.cgqTimer)
|
|
clearInterval(this.cgqTimer)
|
|
this.cgqTimer = setInterval(() => {
|
|
this.cgqTimer = setInterval(() => {
|