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