Browse Source

日常开发

linxuxiang 7 months ago
parent
commit
4729126398
1 changed files with 1 additions and 1 deletions
  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;
     examState.value = e.data;
     if (e.data === 3) {
     if (e.data === 3) {
       initProject();
       initProject();
-      if (showTestAgain.value) {
+      if (!isLongRun && showTestAgain.value) {
         reportListRef.value.getIniReportList();
         reportListRef.value.getIniReportList();
       }
       }
     }
     }