This commit is contained in:
yison 2019-03-21 12:44:08 +08:00
parent d757051373
commit 385c0eb9b8

View file

@ -169,8 +169,8 @@ Modal.newInstance = properties => {
this.buttonLoading = true; this.buttonLoading = true;
} else { } else {
if (this.autoClose) { if (this.autoClose) {
this.$children[0].visible = false; // this.$children[0].visible = false;
this.remove(); // this.remove();
} }
} }