linxuxiang hai 7 meses
pai
achega
4729126398
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();
       }
     }