Prechádzať zdrojové kódy

Merge branch 'nov23' into online

lex-xin 4 rokov pred
rodič
commit
5f7d4bfe80

+ 1 - 0
src/views/vipClass/vipDetail/components/fnanceInfo.vue

@@ -151,6 +151,7 @@ export default {
     __init () {
       let id = this.$route.query.id;
       this.id = id;
+      this.rules.page = 1
       this.getList();
     },
     search () {

+ 1 - 0
src/views/vipClass/vipDetail/components/teacherRecord.vue

@@ -383,6 +383,7 @@ export default {
     __init () {
       let id = this.$route.query.id;
       this.id = id;
+      this.rules.page = 1
       // 获取vip教学记录
       this.getList()
       // 获取分部教学点

+ 1 - 0
src/views/vipClass/vipDetail/components/vipStudentList.vue

@@ -319,6 +319,7 @@ export default {
     __init () {
       let id = this.$route.query.id;
       this.id = id;
+      this.rules.page = 1
       this.getStudents()
       findTeacherWithVipGroupOrganAndSubject({ vipGroupId: this.id }).then(res => {
         if (res.code == 200) {