mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:40:26 +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;
|
|
}); |