From c57df139b286c65f89e23d95df93ff2c6687b6f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Tue, 18 Jan 2022 09:03:45 +0800 Subject: [PATCH] updateLists --- src/apps/AppEpidemicSituation/Health.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/AppEpidemicSituation/Health.vue b/src/apps/AppEpidemicSituation/Health.vue index 3c811fb9..02bb200e 100644 --- a/src/apps/AppEpidemicSituation/Health.vue +++ b/src/apps/AppEpidemicSituation/Health.vue @@ -119,6 +119,7 @@ export default { uni.$on('updateLists', () => { this.current = 1 this.getList() + this.getUserList() }) }, onShow() {