空气统计,声字典年份打底
This commit is contained in:
@@ -21,12 +21,17 @@ const updatePlace = function (data) {
|
||||
return axios.put("/sound/zone/place",data)
|
||||
}
|
||||
|
||||
const getColumnOptions = function(column){
|
||||
return axios.get("/sound/zone/place/options",{params:{column}})
|
||||
}
|
||||
|
||||
|
||||
export {
|
||||
listAllUrl,
|
||||
savePlace,
|
||||
updatePlace,
|
||||
removeBatchPlace,
|
||||
removePlace
|
||||
removePlace,
|
||||
getColumnOptions
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user