江河模块修改

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