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