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;
|
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();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue