zhangjie 4 anni fa
parent
commit
d69f6b0d32
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  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">
         <tr v-for="(attachment, index) in paperAttachments" :key="index">
           <td>{{ attachment.name }}卷</td>
           <td>{{ attachment.name }}卷</td>
           <td class="td-link">
           <td class="td-link">
-            <span @click="downloadPaper(attachment)" title="点击下载试卷">
+            <span @click="downloadPaper(attachment)" title="点击查看试卷">
               <i class="icon icon-download-act mr-1"></i
               <i class="icon icon-download-act mr-1"></i
               >{{ attachment.filename }}
               >{{ attachment.filename }}
             </span>
             </span>
@@ -261,7 +261,8 @@ export default {
         examTaskId: this.modalForm.id,
         examTaskId: this.modalForm.id,
         relatePaperType: this.modalForm.relatePaperType,
         relatePaperType: this.modalForm.relatePaperType,
         paperNumber: this.modalForm.paperNumber,
         paperNumber: this.modalForm.paperNumber,
-        printPlanId: this.instance.printPlanId
+        printPlanId: this.instance.printPlanId,
+        examDetailCourseIds: this.instance.examDetailCourseIds
       };
       };
       const data = await updatePlanLinkPaper(datas).catch(() => {});
       const data = await updatePlanLinkPaper(datas).catch(() => {});
       this.isSubmit = false;
       this.isSubmit = false;