|
@@ -337,11 +337,11 @@ export default {
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|
|
- let datas = {};
|
|
|
|
|
|
+ let datas = { paperScanTaskId: this.task.paperScanTaskId };
|
|
if (this.multipleSelection.length) {
|
|
if (this.multipleSelection.length) {
|
|
datas.ids = this.multipleSelection.join();
|
|
datas.ids = this.multipleSelection.join();
|
|
} else {
|
|
} else {
|
|
- datas = { ...this.filter };
|
|
|
|
|
|
+ datas = { ...this.filter, ...datas };
|
|
}
|
|
}
|
|
|
|
|
|
await buildStudentPdf(datas);
|
|
await buildStudentPdf(datas);
|