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();
   };
 }