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