zhangjie 1 год назад
Родитель
Сommit
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,