Przeglądaj źródła

fix: 入库申请下载审批表

zhangjie 9 miesięcy temu
rodzic
commit
4c1a6c2b1a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/modules/exam/views/TaskApplyManage.vue

+ 1 - 1
src/modules/exam/views/TaskApplyManage.vue

@@ -349,7 +349,7 @@ export default {
       this.$refs.CreateExamAndPrintTask.open();
     },
     toDownloadForm(row) {
-      this.curExamTask = row;
+      this.curExamTask = { ...row, examTaskId: row.id };
       this.$refs.PaperApproveTable.open();
     },
     async toDelete(row) {