江河模块修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user