王通 vor 1 Jahr
Ursprung
Commit
a9d26b2284
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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() {