diff --git a/src/components/ImageCropper/index.vue b/src/components/ImageCropper/index.vue index 2bd22c59..cf7c4fb2 100644 --- a/src/components/ImageCropper/index.vue +++ b/src/components/ImageCropper/index.vue @@ -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) }