浏览代码

日常开发

linxuxiang 7 月之前
父节点
当前提交
4729126398
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/train/run.vue

+ 1 - 1
src/views/train/run.vue

@@ -223,7 +223,7 @@ const getMessage = (e: any) => {
     examState.value = e.data;
     if (e.data === 3) {
       initProject();
-      if (showTestAgain.value) {
+      if (!isLongRun && showTestAgain.value) {
         reportListRef.value.getIniReportList();
       }
     }