导入跳转
This commit is contained in:
@@ -6,6 +6,10 @@ const listAllUrl = baseUri + "";
|
||||
const savePlace = function (data) {
|
||||
return axios.post("/sound/zone/place",data)
|
||||
}
|
||||
// 批量添加
|
||||
const savePlaceBatch = function (data) {
|
||||
return axios.post("/sound/zone/place/batch",data)
|
||||
}
|
||||
|
||||
// 删除
|
||||
const removePlace = function (id) {
|
||||
@@ -36,6 +40,7 @@ export {
|
||||
removeBatchPlace,
|
||||
removePlace,
|
||||
copyBatchPlace,
|
||||
getColumnOptions
|
||||
getColumnOptions,
|
||||
savePlaceBatch
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user