江河模块修改

This commit is contained in:
shixiaoman
2021-12-02 22:03:06 +08:00
parent 0cf94c370e
commit bff3daa644
11 changed files with 667 additions and 131 deletions

View File

@@ -41,6 +41,15 @@ const listAvgCompositeIndex = function (data) {
return axios.post("/waterFunctionArea/riverStatic/avgCompositeIndex",data)
}
//单月水质综合指数统计
const listAutoStandard = function (data) {
return axios.post("/waterFunctionArea/riverStatic/autoStandard",data)
}
const listNationalStandard = function (data) {
return axios.post("/waterFunctionArea/riverStatic/nationalStandard",data)
}
@@ -58,5 +67,7 @@ export {
listMonthCompositeIndex,
listTargetInfo,
listAvgCompositeIndex,
listAvgWaterQualitySandard
listAvgWaterQualitySandard,
listAutoStandard,
listNationalStandard
}

View File

@@ -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) {