浏览代码

修改显示问题

lex-xin 4 年之前
父节点
当前提交
4a1044ac0a

+ 3 - 0
debug.log

@@ -1 +1,4 @@
 
+[1127/100753.385:ERROR:directory_reader_win.cc(43)] FindFirstFile: 系统找不到指定的路径。 (0x3)
+[1127/100753.402:ERROR:filesystem_win.cc(129)] GetFileAttributes C:\Users\lex\AppData\Local\Google\Chrome\User Data\Crashpad\attachments\6cd524b3-9b87-4263-8992-de833b809784: 系统找不到指定的路径。 (0x3)
+[1127/100753.406:ERROR:filesystem_win.cc(129)] GetFileAttributes C:\Users\lex\AppData\Local\Google\Chrome\User Data\Crashpad\attachments\8b20b593-2a91-4130-9aa1-1910ad894bc8: 系统找不到指定的路径。 (0x3)

+ 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) {