guonan
2025-04-28 94dc999e2107401cb9e6c65dd67bc17eecc5e548
src/api/hpApi.js
@@ -72,9 +72,8 @@
// 获取雨量数据
export async function getRainfallData(data) {
  const response = await axios.post("/hp/rainfallCountyCity/getData", {
    filterObject: {
      year: 2024, // 动态传入的年份参数
    },
    filterObject: {},
    "pageSize": 1000
  });
  console.log("getRainfallData:", response);
  return response.data;