This commit is contained in:
yison 2019-03-21 12:36:32 +08:00
parent df6d151153
commit d757051373

View file

@ -257,7 +257,7 @@
this.buttonLoading = true;
} else {
if (this.autoClose) {
this.visible = false;
// this.visible = false;
}
this.$emit('input', false);
}