@@ -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)
@@ -151,6 +151,7 @@ export default {
__init () {
let id = this.$route.query.id;
this.id = id;
+ this.rules.page = 1
this.getList();
},
search () {
@@ -383,6 +383,7 @@ export default {
// 获取vip教学记录
this.getList()
// 获取分部教学点
@@ -319,6 +319,7 @@ export default {
this.getStudents()
findTeacherWithVipGroupOrganAndSubject({ vipGroupId: this.id }).then(res => {
if (res.code == 200) {