Files
EdgeAdmin/web/views/@default/nodes/grants/updatePopup.js

5 lines
93 B
JavaScript
Raw Normal View History

2020-08-21 21:09:42 +08:00
Tea.context(function () {
this.method = this.grant.method;
this.success = NotifyPopup;
});