mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-02 18:00:24 +08:00
12 lines
160 B
JavaScript
12 lines
160 B
JavaScript
Tea.context(function () {
|
|
this.grantId = 0;
|
|
|
|
this.selectGrant = function (grant) {
|
|
NotifyPopup({
|
|
code: 200,
|
|
data: {
|
|
grant: grant
|
|
}
|
|
})
|
|
};
|
|
}); |