mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-12 19:30:26 +08:00
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
|
|
Tea.context(function () {
|
||
|
|
this.success = NotifyPopup
|
||
|
|
this.groupId = 0
|
||
|
|
|
||
|
|
this.selectGroup = function (group) {
|
||
|
|
this.groupId = group.id
|
||
|
|
}
|
||
|
|
})
|