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