zhangjie 2 năm trước cách đây
mục cha
commit
231e6c8fc1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/features/report/ReportBatchDownload.vue

+ 1 - 1
src/features/report/ReportBatchDownload.vue

@@ -220,7 +220,7 @@ function registWindowSubmit() {
     finishPaperIds.push(curPaperId as number);
     updateProgress(getPaperProgress());
 
-    // await startTask();
+    await startTask();
   };
 }