This commit is contained in:
yison 2019-03-20 20:40:39 +08:00
parent d7987d1e0a
commit 1b73d655aa

View file

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