fix:[ImageCropper]: $emit close
This commit is contained in:
parent
5fe3d70246
commit
2afb1dfabb
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ export default {
|
|||
off() {
|
||||
setTimeout(() => {
|
||||
this.$emit('input', false)
|
||||
this.$emit('close')
|
||||
if (this.step == 3 && this.loading == 2) {
|
||||
this.setStep(1)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue