江河模块修改
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import axios from 'axios';
|
||||
// -------------------江河--水站水功能区数据列表-----------------------
|
||||
const pageBillUrl = '/surfaceWaterSection/waterSiteBill/page';
|
||||
// 判断是否有重复数据
|
||||
const saveJudgeInfoSite = function (data) {
|
||||
return axios.post("/surfaceWaterSection/waterSiteBill/judgeInfo",data)
|
||||
}
|
||||
// 添加
|
||||
const saveRiverSiteBill = function (data) {
|
||||
return axios.post("/surfaceWaterSection/waterSiteBill/importBatch",data)
|
||||
@@ -59,6 +63,7 @@ const getColumnOptions = function(column){
|
||||
export {
|
||||
pageBillUrl,
|
||||
saveRiverSiteBill,
|
||||
saveJudgeInfoSite,
|
||||
removeRiverStationBill,
|
||||
updateRiverStationBill,
|
||||
removeBatchRiverStationBill,
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
import axios from 'axios';
|
||||
// -------------------区控水站水功能区数据列表-----------------------
|
||||
const pageBillUrl = '/waterFunctionArea/waterStationWaterFunctionAreaBill/page';
|
||||
// 判断是否有重复数据
|
||||
const saveJudgeInfoStation = function (data) {
|
||||
return axios.post("/waterFunctionArea/waterStationWaterFunctionAreaBill/judgeInfo",data)
|
||||
}
|
||||
// 添加
|
||||
const saveRiverStationBill = function (data) {
|
||||
return axios.post("/waterFunctionArea/waterStationWaterFunctionAreaBill/batch",data)
|
||||
@@ -72,6 +76,7 @@ const getGisArea = function(data){
|
||||
}
|
||||
export {
|
||||
pageBillUrl,
|
||||
saveJudgeInfoStation,
|
||||
saveRiverStationBill,
|
||||
removeRiverStationBill,
|
||||
updateRiverStationBill,
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
import axios from 'axios';
|
||||
// ----------------------列表-----------------------
|
||||
const pageBillUrl = '/surfaceWaterSection/surfaceWaterSectionBill/page';
|
||||
|
||||
//判断数据是否重复
|
||||
const saveJudgeInfo = function (data) {
|
||||
return axios.post("/surfaceWaterSection/surfaceWaterSectionBill/judgeInfo",data)
|
||||
}
|
||||
|
||||
// 添加
|
||||
const saveRiverBill = function (data) {
|
||||
return axios.post("/surfaceWaterSection/surfaceWaterSectionBill/importBatch",data)
|
||||
@@ -63,6 +69,7 @@ const getColumnOptions = function(column){
|
||||
|
||||
export {
|
||||
pageBillUrl,
|
||||
saveJudgeInfo,
|
||||
saveRiverBill,
|
||||
removeRiverBill,
|
||||
updateRiverBill,
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
import axios from 'axios';
|
||||
// ----------------------列表-----------------------
|
||||
const pageBillUrl = '/waterFunctionArea/nationalLevelWaterFunctionAreaBill/page';
|
||||
// 判断是否有重复数据
|
||||
const saveJudgeInfoWater = function (data) {
|
||||
return axios.post("/waterFunctionArea/nationalLevelWaterFunctionAreaBill/judgeInfo",data)
|
||||
}
|
||||
// 添加
|
||||
const saveWaterFunctionAreaBill = function (data) {
|
||||
return axios.post("/waterFunctionArea/nationalLevelWaterFunctionAreaBill/importBatch",data)
|
||||
@@ -73,6 +77,7 @@ const getGisArea = function(data){
|
||||
export {
|
||||
pageBillUrl,
|
||||
saveWaterFunctionAreaBill,
|
||||
saveJudgeInfoWater,
|
||||
removeWaterFunctionAreaBill,
|
||||
updateWaterFunctionAreaBill,
|
||||
removeBatchWaterFunctionAreaBill,
|
||||
|
||||
Reference in New Issue
Block a user