guhongwei 4 年之前
父節點
當前提交
350e6d57d7
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/train-plan/print.vue

+ 2 - 0
src/views/train-plan/print.vue

@@ -179,6 +179,8 @@ export default {
         this.$set(this, `ltr`, y);
         this.$set(this, `lessons`, lessons);
         data = await this.getRemarkParts(data);
+        var termArr = this.termList.filter(item => item._id === data.termid);
+        data.reteacher = termArr[0].reteacher;
         this.$set(this, `classInfo`, data);
       }
       this.loading = false;