王通 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(() => {