From 6be2744b4935ecaeb91dfda19f42774d8366dc9f Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 24 Feb 2023 10:53:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E7=A7=AF=E5=88=86bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/qujing/app/AppResidentCredits/AppResidentCredits.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/project/qujing/app/AppResidentCredits/AppResidentCredits.vue b/project/qujing/app/AppResidentCredits/AppResidentCredits.vue index d48ca9eb..24f08000 100644 --- a/project/qujing/app/AppResidentCredits/AppResidentCredits.vue +++ b/project/qujing/app/AppResidentCredits/AppResidentCredits.vue @@ -71,7 +71,9 @@ }, onAreaChange () { - this.$refs.List[0].refresh() + this.$nextTick(() => { + this.$refs.List[0].refresh() + }) } } }