江河水统计数据代码提交

This commit is contained in:
shixiaoman
2021-11-22 22:22:25 +08:00
parent c969bb52b3
commit 1d73a0440a
21 changed files with 920 additions and 3975 deletions

View File

@@ -29,6 +29,9 @@ const copyBatchAqiRelate = function (data){
const getColumnOptions = function(column){
return axios.get("waterFunctionArea/nationalLevelWaterFunctionAreaPoint/options",{params:{column}})
}
const listInfo = function(){
return axios.post("/waterFunctionArea/nationalLevelWaterFunctionAreaPoint/listInfo",{})
}
export {
listAllUrl,
saveAqiRelate,
@@ -36,6 +39,7 @@ export {
removeBatchAqiRelate,
removeAqiRelate,
copyBatchAqiRelate,
getColumnOptions
getColumnOptions,
listInfo
}

View File

@@ -28,6 +28,9 @@ const copyBatchStandard = function (data){
const getColumnOptions = function(column){
return axios.get("waterFunctionArea/autonomousWaterFunctionAreaPoint/options",{params:{column}})
}
const listInfo = function(){
return axios.post("/waterFunctionArea/autonomousWaterFunctionAreaPoint/listInfo",{})
}
export {
listAllUrl,
saveStandard,
@@ -35,6 +38,7 @@ export {
removeBatchStandard,
removeStandard,
copyBatchStandard,
getColumnOptions
getColumnOptions,
listInfo
}

View File

@@ -27,6 +27,9 @@ const copyBatchPlace = function (data){
const getColumnOptions = function(column){
return axios.get("/waterFunctionArea/surfaceWaterPoint/options",{params:{column}})
}
const listInfo = function(){
return axios.post("/waterFunctionArea/surfaceWaterPoint/listInfo",{})
}
export {
listAllUrl,
savePlace,
@@ -34,6 +37,7 @@ export {
removeBatchPlace,
removePlace,
copyBatchPlace,
getColumnOptions
getColumnOptions,
listInfo
}

View File

@@ -28,8 +28,8 @@ const copyBatchPlace = function (data){
const getColumnOptions = function(column){
return axios.get("/waterFunctionArea/WaterStationPoint/options",{params:{column}})
}
const listInfo = function(data){
return axios.get("/waterFunctionArea/WaterStationPoint",{params:data})
const listInfo = function(){
return axios.post("/waterFunctionArea/autonomousWaterFunctionAreaPoint/listInfo",{})
}
export {
listInfo,