소스 검색

监控中心

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