forked from drone/command-center-dashboard

chenyao
2025-04-15 11cab0f0f363b7d4b13b2fdee4e478cea21ad141
src/hooks/useMapAggregation/useMapAggregation.js
@@ -123,8 +123,8 @@
  }
  // 获取事件聚合
  function getMapEventCount (areaCode) {
    return getMapEvents({ areaCode }).then(res => {
  function getMapEventCount (area_code) {
    return getMapEvents({ area_code,date_enum:'CURRENT_WEEK' }).then(res => {
      const resData = res?.data?.data
      if (resData?.data) {
        eventList = resData?.data