mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-21 00:46:35 +08:00
10 lines
195 B
JavaScript
10 lines
195 B
JavaScript
Tea.context(function () {
|
|
this.selectGroup = function (group) {
|
|
NotifyPopup({
|
|
code: 200,
|
|
data: {
|
|
group: group
|
|
}
|
|
})
|
|
}
|
|
}) |