Browse Source

bug 修改

zhangjie 4 năm trước cách đây
mục cha
commit
d69f6b0d32
1 tập tin đã thay đổi với 3 bổ sung2 xóa
  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;