zhangjie 2 سال پیش
والد
کامیت
231e6c8fc1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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();
   };
 }