bug fixed #6305
This commit is contained in:
parent
551c730771
commit
6b0409622b
2 changed files with 176 additions and 145 deletions
|
@ -184,7 +184,9 @@ Modal.newInstance = properties => {
|
|||
},
|
||||
destroy () {
|
||||
this.$destroy();
|
||||
document.body.removeChild(this.$el);
|
||||
if( this.$el ){
|
||||
document.body.removeChild(this.$el);
|
||||
}
|
||||
this.onRemove();
|
||||
},
|
||||
onOk () {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue