zhangjie 10 сар өмнө
parent
commit
b01f4668d0

+ 2 - 2
src/modules/record/components/DocumentDetailDialog.vue

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