diff --git a/constant/url.js b/constant/url.js index cc7153c..77a6301 100644 --- a/constant/url.js +++ b/constant/url.js @@ -124,4 +124,6 @@ export default { deleteAllocationStorehouse: baseUrl + "callComponent/resourceStore.deleteAllocationStorehouse", // 取消申请 deletePurchaseApply: baseUrl + "callComponent/deletePurchaseApply/delete", + //查询水电抄表记录 + listMeterWaters : baseUrl+"app/meterWater.listMeterWaters", }