删除结构修改
This commit is contained in:
@@ -203,9 +203,9 @@ export default {
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
this.$http({
|
||||
url: this.$http.adornUrl(`/book/bookCategory/delete`),
|
||||
url: this.$http.adornUrl(`/book/bookCategory/delete?id=` + data.id),
|
||||
method: 'post',
|
||||
data: this.$http.adornData(ids, false)
|
||||
data: {}
|
||||
}).then(({ data }) => {
|
||||
this.$message({
|
||||
type: 'success',
|
||||
|
||||
Reference in New Issue
Block a user