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