소스 검색

feat: 批量下载调整

zhangjie 10 달 전
부모
커밋
87cb48ec61
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      src/modules/record/components/DocumentDetailDialog.vue

+ 4 - 1
src/modules/record/components/DocumentDetailDialog.vue

@@ -329,7 +329,10 @@ export default {
         return;
       }
 
-      await documentDetialDownload(this.multipleSelection);
+      await documentDetialDownload({
+        paperScanTaskId: this.task.paperScanTaskId,
+        ids: this.multipleSelection.join(),
+      });
       this.$message.success("任务提交成功,结果请在下载结果中查看!");
     },
     async toBuildPdf() {