导入跳转

This commit is contained in:
weicw
2021-10-24 17:00:41 +08:00
parent 2a59762ef5
commit e3b8cafdac
45 changed files with 2856 additions and 2972 deletions

View File

@@ -21,12 +21,19 @@ const updatePlace = function (data) {
return axios.put("/ambientAir/airPlaceBasicInfoDict",data)
}
const copyBatchPlace = function (data){
return axios.post("/ambientAir/airPlaceBasicInfoDict/copyBatch",data)
}
const getColumnOptions = function(column){
return axios.get("/ambientAir/airPlaceBasicInfoDict/options",{params:{column}})
}
export {
listAllUrl,
savePlace,
updatePlace,
removeBatchPlace,
removePlace
removePlace,
copyBatchPlace,
getColumnOptions
}