zhangjie 3 years ago
parent
commit
0e57dc0cce

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

@@ -484,7 +484,14 @@ export default {
     },
     toEditCard() {
       this.$ls.set("prepareTcPCard", {
-        id: this.examTaskDetail.cardId
+        id: this.examTaskDetail.cardId,
+        courseCode: this.examTask.courseCode,
+        courseName: this.examTask.courseName,
+        schoolName: this.$ls.get("schoolName"),
+        makeMethod: "SELF",
+        cardRuleId: this.examTask.cardRuleId,
+        type: "CUSTOM",
+        createMethod: "STANDARD"
       });
       this.$refs.ModifyCard.open();
     },