소스 검색

稽核校验

sunyize 2 년 전
부모
커밋
599022dc17
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/smscheck/modules/TaskCheckCheck.vue

+ 2 - 2
src/views/smscheck/modules/TaskCheckCheck.vue

@@ -2552,7 +2552,7 @@ export default {
       if ( this.steps.stepsNow[this.steps.current].Isyellow && !this.steps.stepsNow[this.steps.current].solutionGreen){
         this.steps.stepsNow[this.steps.current].type="solution"
         this.steps.stepsNow[this.steps.current].slot="icon"
-        this.steps.stepsNow[this.steps.current].status = "final"
+        this.steps.stepsNow[this.steps.current].status = "wait"
         this.steps.stepsNow[this.steps.current].solution = true;
         this.steps.stepsNow[this.steps.current].yellow = true;
       }
@@ -2738,7 +2738,7 @@ export default {
                     //that.steps.stepsNow[i].status = "error"
                     that.steps.stepsNow[i].type="solution"
                     that.steps.stepsNow[i].slot="icon"
-                    that.steps.stepsNow[i].status = "final"
+                    that.steps.stepsNow[i].status = "wait"
                     that.steps.stepsNow[i].solution = true;
                     that.steps.stepsNow[i].yellow = true;
                     that.steps.stepsNow[i].Isyellow = true;