江河模块修改
This commit is contained in:
@@ -34,8 +34,8 @@ const getRiverBill = function (id) {
|
||||
}
|
||||
// -------------------------数据---------------------
|
||||
const pageRiverUrl = '/surfaceWaterSection/surfaceWaterSection/page';
|
||||
const listAllRiver = function (params) {
|
||||
return axios.get("/surfaceWaterSection/surfaceWaterSection",{params})
|
||||
const listAllRiver = function (data) {
|
||||
return axios.post("/surfaceWaterSection/surfaceWaterSection/list",data)
|
||||
}
|
||||
// 添加
|
||||
const saveRiver = function (data) {
|
||||
|
||||
Reference in New Issue
Block a user