1
0
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:
Pan 2018-03-19 17:33:23 +08:00
parent 5fe3d70246
commit 2afb1dfabb

View File

@ -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)
}