From 2540d303fc42cf8e4fc2931182bb1b0a7bd9a2be Mon Sep 17 00:00:00 2001 From: guoyue Date: Fri, 8 Jul 2022 16:16:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=9E=8D=E5=90=88=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/src/views/modules/ability/IntegratedServices.vue | 2 +- back/src/views/modules/ability/components/common-question.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/back/src/views/modules/ability/IntegratedServices.vue b/back/src/views/modules/ability/IntegratedServices.vue index 1639a50c..16972066 100644 --- a/back/src/views/modules/ability/IntegratedServices.vue +++ b/back/src/views/modules/ability/IntegratedServices.vue @@ -124,7 +124,7 @@ export default { data: [id] }).then(res => { console.log('删除成功', res) - if (res.code !== 0) { + if (res.data.code !== 0) { return this.$message.error(res.msg); } this.$message({ diff --git a/back/src/views/modules/ability/components/common-question.vue b/back/src/views/modules/ability/components/common-question.vue index ba4437e0..5af00854 100644 --- a/back/src/views/modules/ability/components/common-question.vue +++ b/back/src/views/modules/ability/components/common-question.vue @@ -3,11 +3,11 @@
常见问题
-
+
- + 删除