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(); + } }) } });