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