浏览代码

监控中心

王通 1 年之前
父节点
当前提交
a9d26b2284
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/monitor.vue

+ 2 - 2
src/views/monitor.vue

@@ -499,9 +499,9 @@ export default {
           });
         });
       } else if (that.localMark == "chuan") {
-        that.getMonitorDeviceAndDataList();
+        that.getMonitorDeviceAndDataList(data.id);
       } else if (that.localMark == "la") {
-         that.getDlblistBydeptId();
+         that.getDlblistBydeptId(data.id);
       }
     },
     sheClick() {