江河水统计数据代码提交
This commit is contained in:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user