mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-20 08:06:36 +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
|
||
|
|
}
|
||
|
|
})
|
||
|
|
}
|
||
|
|
})
|