This commit is contained in:
tugcekucukoglu 2024-11-12 11:57:01 +03:00
commit c9b30797b2
3 changed files with 27 additions and 13 deletions

View file

@ -61,6 +61,7 @@ export default {
methods: {
onDialogHide(instance) {
!this.currentInstance && instance.options.onClose && instance.options.onClose({ type: 'dialog-close' });
delete this.instanceMap[instance.key];
},
onDialogAfterHide() {
this.currentInstance && delete this.currentInstance;