|
@@ -109,7 +109,7 @@
|
|
|
<tr v-for="(attachment, index) in paperAttachments" :key="index">
|
|
|
<td>{{ attachment.name }}卷</td>
|
|
|
<td class="td-link">
|
|
|
- <span @click="downloadPaper(attachment)" title="点击下载试卷">
|
|
|
+ <span @click="downloadPaper(attachment)" title="点击查看试卷">
|
|
|
<i class="icon icon-download-act mr-1"></i
|
|
|
>{{ attachment.filename }}
|
|
|
</span>
|
|
@@ -261,7 +261,8 @@ export default {
|
|
|
examTaskId: this.modalForm.id,
|
|
|
relatePaperType: this.modalForm.relatePaperType,
|
|
|
paperNumber: this.modalForm.paperNumber,
|
|
|
- printPlanId: this.instance.printPlanId
|
|
|
+ printPlanId: this.instance.printPlanId,
|
|
|
+ examDetailCourseIds: this.instance.examDetailCourseIds
|
|
|
};
|
|
|
const data = await updatePlanLinkPaper(datas).catch(() => {});
|
|
|
this.isSubmit = false;
|