JX.LI 2 år sedan
förälder
incheckning
9381af922d
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      src/views/monitor.vue

+ 2 - 0
src/views/monitor.vue

@@ -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()