|
@@ -147,6 +147,7 @@ export default {
|
|
this.$set(this, `lessonInfo`, _.omit(res.data, ['lessons']));
|
|
this.$set(this, `lessonInfo`, _.omit(res.data, ['lessons']));
|
|
let arr = _.get(res.data, `lessons`, []);
|
|
let arr = _.get(res.data, `lessons`, []);
|
|
this.$set(this, `oLessonList`, _.cloneDeep(arr));
|
|
this.$set(this, `oLessonList`, _.cloneDeep(arr));
|
|
|
|
+ // 查询指定班级教师信息
|
|
this.seachTeacher();
|
|
this.seachTeacher();
|
|
let x = this.getX(JSON.parse(JSON.stringify(arr)));
|
|
let x = this.getX(JSON.parse(JSON.stringify(arr)));
|
|
this.getY(JSON.parse(JSON.stringify(arr)));
|
|
this.getY(JSON.parse(JSON.stringify(arr)));
|