Files
EdgeAdmin/web/views/@default/clusters/grants/selectPopup.js

12 lines
160 B
JavaScript

Tea.context(function () {
this.grantId = 0;
this.selectGrant = function (grant) {
NotifyPopup({
code: 200,
data: {
grant: grant
}
})
};
});