From 966c4fc44735b99c1c0659c2fda482f3a9d8d749 Mon Sep 17 00:00:00 2001 From: limingyu Date: Tue, 9 Apr 2024 10:34:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E9=98=B2=E5=8C=BA=E5=9F=9F=E3=80=81?= =?UTF-8?q?=E7=82=B9=E4=BD=8D=E7=BB=B4=E6=8A=A4=E6=98=BE=E7=A4=BA=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/firefighting/points/components/list.vue | 2 +- src/views/firefighting/region/components/list.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/firefighting/points/components/list.vue b/src/views/firefighting/points/components/list.vue index da325ad..cbcfb1f 100644 --- a/src/views/firefighting/points/components/list.vue +++ b/src/views/firefighting/points/components/list.vue @@ -133,7 +133,7 @@ - + diff --git a/src/views/firefighting/region/components/list.vue b/src/views/firefighting/region/components/list.vue index 2bf4a5f..d86e14c 100644 --- a/src/views/firefighting/region/components/list.vue +++ b/src/views/firefighting/region/components/list.vue @@ -304,9 +304,9 @@ export default { DATA_IDS: this.editDataIds.join(','), DEPARTMENT_ID: this.form.DEPARTMENT_ID } - ).then(() => { + ).then((data) => { this.$message({ - message: '修改成功', + message: data.msg, type: 'success' }) this.$refs.multipleTable.clearSelection()