guhongwei 4 年之前
父节点
当前提交
04af43f38b
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/classes/parts/class-table.vue

+ 1 - 0
src/views/classes/parts/class-table.vue

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