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