Browse Source

feat: topo 点位Total 调整

main
betaqi 2 weeks ago
parent
commit
84f512a4e8
  1. 1
      src/views/stationData/topology/components/detailDrawer.vue

1
src/views/stationData/topology/components/detailDrawer.vue

@ -333,6 +333,7 @@ async function loadChardData() {
offset: i * Number(limit) offset: i * Number(limit)
} }
const res = await getDeviceDetails(params) const res = await getDeviceDetails(params)
chartAllTotal.value = res?.data?.total ?? 0
if (res.code !== 0) { if (res.code !== 0) {
clearData() clearData()
resetChartStatus() resetChartStatus()

Loading…
Cancel
Save