导入跳转
This commit is contained in:
@@ -20,13 +20,20 @@ const removeBatchStandard = function (ids) {
|
||||
const updateStandard = function (data) {
|
||||
return axios.put("/ambientAir/airEvaluationStandard",data)
|
||||
}
|
||||
|
||||
const copyBatchPlace = function (data){
|
||||
return axios.post("/ambientAir/airEvaluationStandard/copyBatch",data)
|
||||
}
|
||||
const getColumnOptions = function(column){
|
||||
return axios.get("/ambientAir/airEvaluationStandard/options",{params:{column}})
|
||||
}
|
||||
|
||||
export {
|
||||
listAllUrl,
|
||||
saveStandard,
|
||||
updateStandard,
|
||||
removeBatchStandard,
|
||||
removeStandard
|
||||
removeStandard,
|
||||
copyBatchPlace,
|
||||
getColumnOptions
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user