From d26e95d1934893eef13094705b456d3623b03384 Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 15 Mar 2022 16:55:46 +0800 Subject: [PATCH] 28247 --- src/saas/AppBackUserList/AppBackUserList.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/saas/AppBackUserList/AppBackUserList.vue b/src/saas/AppBackUserList/AppBackUserList.vue index d3b92643..30af1908 100644 --- a/src/saas/AppBackUserList/AppBackUserList.vue +++ b/src/saas/AppBackUserList/AppBackUserList.vue @@ -104,6 +104,9 @@ export default { }, onLoad() { this.isGirdUser() + uni.$on('update').then(() => { + this.isGirdUser() + }) }, onShow() { document.title = '返乡登记' @@ -170,7 +173,7 @@ export default { if (res.code == 0) { this.girdId = res.data[0].id this.girdName = res.data[0].girdName - this.getList() + this.getListInit() this.getTotal() } })