Kaynağa Gözat

Merge branch 'feature-tianyong-newVersion' into ktyq-test-new

TIANYONG 5 ay önce
ebeveyn
işleme
11bb07473f
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  1. 2 1
      src/page-instrument/evaluat-model/index.tsx

+ 2 - 1
src/page-instrument/evaluat-model/index.tsx

@@ -445,9 +445,10 @@ export default defineComponent({
       if (res?.checked) {
         handleConnect();
         handleStartBegin(calculateInfo.firstNoteTime);
+        evaluatingData.resulstMode = false;
         if (evaluatingData.isErrorState) {
           evaluatingData.isErrorState = false;
-          evaluatingData.resulstMode = false;
+          // evaluatingData.resulstMode = false;
         }
       }
     };