From 94dc999e2107401cb9e6c65dd67bc17eecc5e548 Mon Sep 17 00:00:00 2001 From: guonan <guonan201020@163.com> Date: 星期一, 28 四月 2025 11:40:02 +0800 Subject: [PATCH] 修改图表时间以及将避险点修改为避险场所 --- src/api/hpApi.js | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/api/hpApi.js b/src/api/hpApi.js index 1075faf..fa674f7 100644 --- a/src/api/hpApi.js +++ b/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; -- Gitblit v1.9.3