소스 검색

日常开发

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