zhangjie 1 год назад
Родитель
Сommit
02a6249555

+ 1 - 0
src/modules/card/components/CardBuildDialog.vue

@@ -140,6 +140,7 @@ export default {
         examId: this.presetData.examId,
         paperId: this.presetData.paperId,
         uuid: this.presetData.uuid,
+        paperType: this.presetData.paperType,
       }).catch(() => {});
       if (!res) {
         this.emitResult({ success: false, message: "试卷内容获取失败" });

+ 1 - 0
src/modules/exam/components/ApplyContent.vue

@@ -1342,6 +1342,7 @@ export default {
         courseCode: this.examTask.courseCode,
         courseName: this.examTask.courseName,
         schoolName: this.$ls.get("schoolName"),
+        paperType: this.curAttachment.name,
         makeMethod: "SELF",
         cardName: "",
         cardRuleId: this.examTask.cardRuleId,

+ 1 - 0
src/modules/exam/components/createExamAndPrintTask/InfoExamTask.vue

@@ -825,6 +825,7 @@ export default {
         examId: this.examTask.examId,
         courseCode: this.examTask.courseCode,
         courseName: this.examTask.courseName,
+        paperType: this.curAttachment.name,
         schoolName: this.$ls.get("schoolName"),
         makeMethod: "SELF",
         cardName: "",