Files

5 lines
162 B
JavaScript
Raw Permalink 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);
});