批量复制
This commit is contained in:
@@ -24,6 +24,9 @@ const updatePlace = function (data) {
|
||||
const getColumnOptions = function(column){
|
||||
return axios.get("/sound/zone/place/options",{params:{column}})
|
||||
}
|
||||
const copyBatchPlace = function (data){
|
||||
return axios.post("/sound/zone/copyBatch",data)
|
||||
}
|
||||
|
||||
|
||||
export {
|
||||
@@ -32,6 +35,7 @@ export {
|
||||
updatePlace,
|
||||
removeBatchPlace,
|
||||
removePlace,
|
||||
copyBatchPlace,
|
||||
getColumnOptions
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user