江河模块修改
This commit is contained in:
@@ -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