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;
} else {
if (this.autoClose) {
this.$children[0].visible = false;
this.remove();
// this.$children[0].visible = false;
// this.remove();
}
}