LAPTOP-16IUEB3P\Lenovo пре 2 година
родитељ
комит
437c791786
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      src/views/produceOrder/components/progressBox.vue

+ 3 - 1
src/views/produceOrder/components/progressBox.vue

@@ -40,7 +40,7 @@
     data () {
     data () {
       return {
       return {
         stepList: [],
         stepList: [],
-		active:-1
+		    active:-1
       };
       };
     },
     },
 	watch: {
 	watch: {
@@ -54,6 +54,8 @@
 			const active = this.stepList.findIndex((item) => item.number === 0)
 			const active = this.stepList.findIndex((item) => item.number === 0)
 			if(active==-1){
 			if(active==-1){
 				this.active = this.stepList.length-1
 				this.active = this.stepList.length-1
+			}else{
+				this.active = active - 1
 			}
 			}
 	      }
 	      }
 	    },
 	    },