江河模块修改

This commit is contained in:
shixiaoman
2021-11-29 19:08:55 +08:00
parent c96991618b
commit 0769ed619c
8 changed files with 374 additions and 152 deletions

View File

@@ -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,