|
@@ -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();
|
|
|
},
|