dialog component

This commit is contained in:
cookfront
2017-02-16 15:38:32 +08:00
parent 7b0ab582d7
commit 5c845093da
4 changed files with 11 additions and 9 deletions
+5 -1
View File
@@ -174,9 +174,13 @@ export default {
}, 200);
}
PopupManager.closeModal(this._popupId);
this.opened = false;
this.doAfterClose();
},
doAfterClose() {
this.closing = false;
PopupManager.closeModal(this._popupId);
}
},