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; this.buttonLoading = true;
} else { } else {
if (this.autoClose) { if (this.autoClose) {
this.visible = false; // this.visible = false;
} }
this.$emit('input', false); this.$emit('input', false);
} }