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 @@