fix loop
This commit is contained in:
@@ -779,7 +779,7 @@ export default {
|
|||||||
this.isFormVisible = value
|
this.isFormVisible = value
|
||||||
},
|
},
|
||||||
currentStepFields (value) {
|
currentStepFields (value) {
|
||||||
if (isEmpty(value)) {
|
if (isEmpty(value) && this.currentStep > 0) {
|
||||||
this.currentStep -= 1
|
this.currentStep -= 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user