Files
EdgeAdmin/web/views/@default/clusters/grants/update.js

5 lines
162 B
JavaScript
Raw Normal View History

2020-10-25 21:27:28 +08:00
Tea.context(function () {
this.method = this.grant.method;
this.success = NotifySuccess("保存成功", "/clusters/grants/grant?grantId=" + this.grant.id);
});