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