zhangjie %!s(int64=2) %!d(string=hai) anos
pai
achega
231e6c8fc1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
   };
 }