删除结构修改

This commit is contained in:
yanwenlong
2023-09-16 13:55:24 +08:00
parent 0850b3e842
commit 8ec05f659c

View File

@@ -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',