mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-11 10:10:28 +08:00
9 lines
149 B
JavaScript
9 lines
149 B
JavaScript
|
|
Tea.context(function () {
|
||
|
|
this.grantId = 0;
|
||
|
|
|
||
|
|
this.selectGrant = function (grant) {
|
||
|
|
this.grantId = grant.id;
|
||
|
|
};
|
||
|
|
|
||
|
|
this.success = NotifyPopup;
|
||
|
|
});
|