Files
EdgeAdmin/web/views/@default/nodes/grants/updatePopup.js
2020-08-21 21:09:42 +08:00

5 lines
93 B
JavaScript

Tea.context(function () {
this.method = this.grant.method;
this.success = NotifyPopup;
});