qinhouyu 2 роки тому
батько
коміт
6baedd5780
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/views/monitor.vue

+ 1 - 1
src/views/monitor.vue

@@ -1033,7 +1033,7 @@
       //传感器2
       getMonitorDeviceAndDataLists() {
         let that = this
-        getMonitorDeviceAndDataList(this.deptId).then((res) => {
+        getMonitorDeviceAndDataList(null).then((res) => {
           that.sensorNum = res.data.length
         })
       },