江河模块修改
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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