forked from drone/command-center-dashboard

张含笑
2025-04-16 c2493db80b8319090a5dc9c23c13d5bd474975ec
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)