ソースを参照

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() {