From 915214df2b30cd39f7b51bef8611f839c1c908ec Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 19 May 2023 10:55:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=AE=E6=B3=95=E8=80=83=E8=AF=95=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qujing/AppLegalLearning/components/GeneralLawExam.vue | 7 ++++++- .../qujing/AppLegalLearning/components/OnlineClass.vue | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue index e02838a..dc17cb3 100644 --- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue +++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue @@ -2,7 +2,7 @@

全部考试

@@ -95,6 +95,11 @@ export default { this.current ++ this.getList() }, + getListInit() { + this.current = 1 + this.pages = 2 + this.getList() + }, getList() { if(this.current > this.pages) return this.$instance.post(`/app/appexaminationinfo/listForXCX`, null, { diff --git a/src/project/qujing/AppLegalLearning/components/OnlineClass.vue b/src/project/qujing/AppLegalLearning/components/OnlineClass.vue index d401a97..fd55d21 100644 --- a/src/project/qujing/AppLegalLearning/components/OnlineClass.vue +++ b/src/project/qujing/AppLegalLearning/components/OnlineClass.vue @@ -1,7 +1,7 @@