吉安感知网项目-前端
shuishen
2026-01-26 7589cd256fb347f7ff6c86da5dd90ae2dfa4e071
applications/drone-command/src/components/map-container/device-map-container.vue
@@ -812,7 +812,9 @@
const loadAggregation = async () => {
   try {
      const res = await cockpitAggregationApi()
      const res = await cockpitAggregationApi({
         effectiveRangeKmIsNotNull: 1
      })
      renderAggregation(res?.data?.data ?? [])
   } catch (error) {
      renderAggregation([])