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