forward
This commit is contained in:
parent
d757051373
commit
385c0eb9b8
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue