结构
This commit is contained in:
@@ -28,6 +28,9 @@ const getRiverBill = function (id) {
|
||||
}
|
||||
// -------------------------数据---------------------
|
||||
const pageRiverUrl = '/surfaceWaterSection/surfaceWaterSection/page';
|
||||
const listAllRiver = function (params) {
|
||||
return axios.get("/surfaceWaterSection/surfaceWaterSection",{params})
|
||||
}
|
||||
// 添加
|
||||
const saveRiver = function (data) {
|
||||
return axios.post("/surfaceWaterSection/surfaceWaterSection",data)
|
||||
@@ -75,6 +78,7 @@ export {
|
||||
getHistoryyears,
|
||||
getColumnOptions,
|
||||
statisticSourceUrl,
|
||||
statisticYearUrl
|
||||
statisticYearUrl,
|
||||
listAllRiver
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user