浏览代码

bug 修改

zhangjie 4 年之前
父节点
当前提交
d69f6b0d32
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/modules/print/components/ModifyPlanPaper.vue

+ 3 - 2
src/modules/print/components/ModifyPlanPaper.vue

@@ -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;