@@ -71,7 +71,8 @@ export default {
};
},
mounted() {
- this.selectStep(this.initStep);
+ // this.selectStep(this.initStep);
+ this.curStep = { ...this.initStep };
methods: {
selectStep(step) {
@@ -69,7 +69,8 @@ export default {