空气统计,声字典年份打底

This commit is contained in:
weicw
2021-09-25 14:22:40 +08:00
parent 3a1da0013e
commit ad3b1fc7e6
17 changed files with 1017 additions and 38 deletions

View File

@@ -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
}