江河模块修改

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 = '/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,