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

12 lines
160 B
JavaScript
Raw Normal View History

2020-07-30 22:41:35 +08:00
Tea.context(function () {
this.grantId = 0;
this.selectGrant = function (grant) {
NotifyPopup({
code: 200,
data: {
grant: grant
}
})
2020-07-30 22:41:35 +08:00
};
});