吉安感知网项目-前端
shuishen
2026-01-26 7589cd256fb347f7ff6c86da5dd90ae2dfa4e071
feat:数据驾驶舱
1 files modified
4 ■■■ changed files
applications/drone-command/src/components/map-container/device-map-container.vue 4 ●●● patch | view | raw | blame | history
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([])