5 lines
162 B
JavaScript
5 lines
162 B
JavaScript
Tea.context(function () {
|
|
this.method = this.grant.method;
|
|
|
|
this.success = NotifySuccess("保存成功", "/clusters/grants/grant?grantId=" + this.grant.id);
|
|
}); |