王通 hace 1 año
padre
commit
807233e385
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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(() => {