优化拆表

This commit is contained in:
java110 2021-07-31 16:05:18 +08:00
parent ff77fc1261
commit 1e498e9249

View File

@ -124,4 +124,6 @@ export default {
deleteAllocationStorehouse: baseUrl + "callComponent/resourceStore.deleteAllocationStorehouse", deleteAllocationStorehouse: baseUrl + "callComponent/resourceStore.deleteAllocationStorehouse",
// 取消申请 // 取消申请
deletePurchaseApply: baseUrl + "callComponent/deletePurchaseApply/delete", deletePurchaseApply: baseUrl + "callComponent/deletePurchaseApply/delete",
//查询水电抄表记录
listMeterWaters : baseUrl+"app/meterWater.listMeterWaters",
} }