fix
This commit is contained in:
parent
d7987d1e0a
commit
1b73d655aa
1 changed files with 5 additions and 2 deletions
|
@ -166,9 +166,12 @@ Modal.newInstance = properties => {
|
|||
if (this.loading) {
|
||||
this.buttonLoading = true;
|
||||
} else {
|
||||
if (this.autoClose) {
|
||||
this.$children[0].visible = false;
|
||||
this.remove();
|
||||
}
|
||||
|
||||
}
|
||||
this.onOk();
|
||||
},
|
||||
remove () {
|
||||
|
|
Loading…
Add table
Reference in a new issue