mirror of https://github.com/ElemeFE/element
fix a messagebox bug
parent
5a9f14619b
commit
2d6cb2c4db
|
@ -77,6 +77,7 @@
|
||||||
if (this.modal) {
|
if (this.modal) {
|
||||||
document.body.style.overflow = this.bodyOverflow;
|
document.body.style.overflow = this.bodyOverflow;
|
||||||
}
|
}
|
||||||
|
this.opened = false;
|
||||||
|
|
||||||
if (!this.transition) {
|
if (!this.transition) {
|
||||||
this.doAfterClose();
|
this.doAfterClose();
|
||||||
|
|
Loading…
Reference in New Issue