江河模块修改
This commit is contained in:
@@ -51,6 +51,13 @@ const listNationalStandard = function (data) {
|
||||
}
|
||||
|
||||
|
||||
const listAutoYoy = function (data) {
|
||||
return axios.post("/waterFunctionArea/riverStatic/autoYoy",data)
|
||||
}
|
||||
|
||||
const listNationalYoy = function (data) {
|
||||
return axios.post("/waterFunctionArea/riverStatic/nationalYoy",data)
|
||||
}
|
||||
|
||||
|
||||
const listTargetInfo = function () {
|
||||
@@ -69,5 +76,7 @@ export {
|
||||
listAvgCompositeIndex,
|
||||
listAvgWaterQualitySandard,
|
||||
listAutoStandard,
|
||||
listNationalStandard
|
||||
listNationalStandard,
|
||||
listAutoYoy,
|
||||
listNationalYoy
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user