mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-06 03:57:53 +08:00
fix:[ImageCropper]: $emit close
This commit is contained in:
parent
5fe3d70246
commit
2afb1dfabb
@ -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…
x
Reference in New Issue
Block a user