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;