forked from drone/command-center-dashboard

chenyao
2025-04-16 8fb1dfa2f1f6e5efa43f2866c1ce86956c481387
src/hooks/useMapAggregation/useMapAggregation.js
@@ -183,7 +183,6 @@
    eventList = []
    if (!areaCode) return
    saveParams.area_code = areaCode
    console.log(type, '444')
    const list = type === 'device' ? await getDeviceCount(areaCode) : await getMapEventCount(saveParams)
    const splashedList = type === 'device'
      ? await getDeviceList(areaCode)