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