fix
This commit is contained in:
@@ -120,7 +120,9 @@ export default defineComponent({
|
||||
return
|
||||
}
|
||||
}
|
||||
driverObj__.moveNext()
|
||||
if(this.driver__.driver){
|
||||
driverObj__.moveNext()
|
||||
}
|
||||
this.collectionStep = this.collectionStep + 1
|
||||
},
|
||||
|
||||
@@ -176,7 +178,9 @@ export default defineComponent({
|
||||
this.showCollectionModal =false
|
||||
this.collectionStep = 1
|
||||
this.$emit('finishCollection')
|
||||
driverObj__.moveNext()
|
||||
if(this.driver__.driver){
|
||||
driverObj__.moveNext()
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user