|
@@ -574,7 +574,7 @@ const initTaskApply = {
|
|
|
// 流程
|
|
|
flowId: "",
|
|
|
flowStatus: "",
|
|
|
- setup: 0,
|
|
|
+ setup: null,
|
|
|
// 工作台任务id
|
|
|
flowTaskId: "",
|
|
|
// 题卡状态
|
|
@@ -737,6 +737,7 @@ export default {
|
|
|
this.examTask.source
|
|
|
);
|
|
|
this.$emit("info-update", {
|
|
|
+ setup: data.setup,
|
|
|
semesterName: data.semesterName,
|
|
|
examId: data.examId,
|
|
|
examName: data.examName,
|
|
@@ -751,7 +752,6 @@ export default {
|
|
|
this.curTaskApply.cardRuleId = this.examTask.cardRuleId;
|
|
|
this.curTaskApply.customCard = this.examTask.customCard;
|
|
|
this.curTaskApply.paperNumber = this.examTask.paperNumber;
|
|
|
- this.curTaskApply.setup = this.examTask.setup;
|
|
|
this.curTaskApply.includePaper =
|
|
|
data.printContent.indexOf("PAPER") !== -1;
|
|
|
this.paperAttachments = this.curTaskApply.paperAttachmentIds
|