Files
EdgeAdmin/web/views/@default/clusters/grants/updatePopup.js
2020-10-25 21:27:28 +08:00

5 lines
93 B
JavaScript

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