From 5cc5b48bcbaa1bb47cc0b57db3b03776a27bc39d Mon Sep 17 00:00:00 2001 From: QI_YUJIE <2878090898@qq.com> Date: Tue, 5 Sep 2023 09:52:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=8C=85=E6=96=B9=E6=8E=88=E6=9D=83?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sunVillage_info/list_fbfsq.vue | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/views/sunVillage_info/list_fbfsq.vue b/src/views/sunVillage_info/list_fbfsq.vue index 90def6cc..23027a85 100644 --- a/src/views/sunVillage_info/list_fbfsq.vue +++ b/src/views/sunVillage_info/list_fbfsq.vue @@ -15,6 +15,8 @@ + + @@ -27,7 +29,7 @@
- + 授权
@@ -55,6 +57,7 @@ listFbf({deptId: this.$store.state.user.loginDeptId, translate_dict: 1}).then(response => { if (response.rows.length > 0) { this.form = response.rows[0]; + console.log(this.form); } }); }, @@ -64,7 +67,10 @@ this.$toast({ icon: 'success', message: '授权成功', - duration: '1000' + duration: '1000', + onClose: () => { + this.getFbfList(); + } }) } });