mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-27 05:00:25 +08:00
5 lines
159 B
JavaScript
5 lines
159 B
JavaScript
Tea.context(function () {
|
|
this.method = this.grant.method;
|
|
|
|
this.success = NotifySuccess("保存成功", "/nodes/grants/grant?grantId=" + this.grant.id);
|
|
}); |