Browse Source

feat:fix bugs

dev
zhaobing’ 1 year ago
parent
commit
a1c39f0ddd
  1. 2
      web-network/client/src/sections/network/containers/tableShow.js

2
web-network/client/src/sections/network/containers/tableShow.js

@ -92,7 +92,7 @@ const Network = props => {
}
}
dispatch(analysis.getDevicesAlarms(deviceIds , { limit: 5 }))
dispatch(analysis.findDevicesCardStatus({ deviceIds: alarmSensorId }))
dispatch(analysis.findDevicesCardStatus({ deviceIds }))
setSensorsDataItems(sensorsDataItems)
setSensorId(sensorsId)
setDeviceData(da)

Loading…
Cancel
Save