|
@@ -953,6 +953,7 @@
|
|
|
this.onChuan = false
|
|
|
this.localMark = 'la'
|
|
|
this.placeholderMsg = "请输入大喇叭名称"
|
|
|
+ this.deptId = Cookies.get("deptId")
|
|
|
this.getDlblistBydeptId()
|
|
|
},
|
|
|
chuanClick() {
|
|
@@ -962,6 +963,7 @@
|
|
|
this.onChuan = true
|
|
|
this.localMark = 'chuan'
|
|
|
this.placeholderMsg = "请输入传感器名称"
|
|
|
+ this.deptId = Cookies.get("deptId")
|
|
|
//this.getSensorListByDeptId()
|
|
|
this.getMonitorDeviceAndDataList()
|
|
|
},
|