guhongwei 4 years ago
parent
commit
350e6d57d7
1 changed files with 2 additions and 0 deletions
  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;