From 8ec05f659c56992cad1dfe387a803e6dcbf61965 Mon Sep 17 00:00:00 2001 From: yanwenlong Date: Sat, 16 Sep 2023 13:55:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E7=BB=93=E6=9E=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/book/categorytree.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/book/categorytree.vue b/src/views/modules/book/categorytree.vue index c4f6e85..3ce0d6a 100644 --- a/src/views/modules/book/categorytree.vue +++ b/src/views/modules/book/categorytree.vue @@ -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',