王通 преди 1 година
родител
ревизия
807233e385
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  1. 0 2
      src/views/monitor.vue

+ 0 - 2
src/views/monitor.vue

@@ -519,7 +519,6 @@ export default {
       this.onChuan = false;
       this.localMark = "la";
       this.placeholderMsg = "请输入云广播名称";
-      this.deptId = Cookies.get("deptId");
       clearInterval(this.cgqTimer);
       this.getDlblistBydeptId();
     },
@@ -529,7 +528,6 @@ export default {
       this.onChuan = true;
       this.localMark = "chuan";
       this.placeholderMsg = "请输入传感器名称";
-      this.deptId = null;
       this.getMonitorDeviceAndDataList(this.deptId);
       clearInterval(this.cgqTimer);
       this.cgqTimer = setInterval(() => {