From 46b9e57ed1425d385dcd2b9db1589111179177e6 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 24 Feb 2023 09:37:49 +0800 Subject: [PATCH 1/2] bug --- project/qujing/app/AppCurriculumManage/components/List.vue | 2 +- project/qujing/app/AppExaminationManage/components/List.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/qujing/app/AppCurriculumManage/components/List.vue b/project/qujing/app/AppCurriculumManage/components/List.vue index 0ce68175..fe60b214 100644 --- a/project/qujing/app/AppCurriculumManage/components/List.vue +++ b/project/qujing/app/AppCurriculumManage/components/List.vue @@ -57,7 +57,7 @@ diff --git a/project/qujing/app/AppExaminationManage/components/List.vue b/project/qujing/app/AppExaminationManage/components/List.vue index e8b34858..36c0e231 100644 --- a/project/qujing/app/AppExaminationManage/components/List.vue +++ b/project/qujing/app/AppExaminationManage/components/List.vue @@ -51,7 +51,7 @@ @@ -61,8 +61,8 @@ - - + + From 6be2744b4935ecaeb91dfda19f42774d8366dc9f Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 24 Feb 2023 10:53:59 +0800 Subject: [PATCH 2/2] =?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() + }) } } }