JX.LI 2 éve
szülő
commit
caa47c75d0
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      src/views/monitor.vue

+ 3 - 0
src/views/monitor.vue

@@ -446,6 +446,7 @@
         this.onLa = false;
         this.onShe = true;
         this.onChuan = false;
+        this.deptId = Cookies.get("deptId");
         this.localMark = "she";
         this.placeholderMsg = "请输入摄像头名称";
         clearInterval(this.cgqTimer);
@@ -455,6 +456,7 @@
         this.onLa = true;
         this.onShe = false;
         this.onChuan = false;
+        this.deptId = Cookies.get("deptId");
         this.localMark = "la";
         this.placeholderMsg = "请输入云广播名称";
         this.deptId = Cookies.get("deptId");
@@ -465,6 +467,7 @@
         this.onLa = false;
         this.onShe = false;
         this.onChuan = true;
+        this.deptId = Cookies.get("deptId");
         this.localMark = "chuan";
         this.placeholderMsg = "请输入传感器名称";
         this.getMonitorDeviceAndDataList();