Browse Source

底部消息

王通 1 năm trước cách đây
mục cha
commit
807233e385
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      src/views/monitor.vue

+ 0 - 2
src/views/monitor.vue

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