zhangjie 1 年之前
父节点
当前提交
87388f01ca
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/modules/print/components/PrintPlanBkDetail.vue

+ 1 - 0
src/modules/print/components/PrintPlanBkDetail.vue

@@ -327,6 +327,7 @@ export default {
         printPlanId: this.plan.id,
         list: dataList.map((item) => {
           return {
+            examDetailId: item.examDetailId,
             examId: item.examId,
             courseCode: item.courseCode,
             courseName: item.courseName,