src/api/hpApi.js
@@ -146,7 +146,20 @@ return response.data; } // 查询孙胡沟监测设备 // 接口多写几个应该无妨吧 export async function getDeviceNWJ(data, townCode) { const response = await axios.post("/hp/deviceInfo/getData", { filterObject: { "dictDeviceTypeList": [data], "townCodeList": [townCode], "year": 2025, }, "pageSize": 10000 }); return response.data; } // 查询孙胡沟监测设备,dictCommunicationType为查询孙胡沟的雨量计 export async function getDeviceInfoSHG(data) { const response = await axios.post("/hp/deviceInfo/getData", { filterObject: {