zhangjie 2 anni fa
parent
commit
231e6c8fc1
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();
   };
 }