mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-25 19:20:30 +08:00
可以在分组中设置一些全局配置选项
This commit is contained in:
8
web/views/@default/servers/groups/selectPopup.js
Normal file
8
web/views/@default/servers/groups/selectPopup.js
Normal file
@@ -0,0 +1,8 @@
|
||||
Tea.context(function () {
|
||||
this.success = NotifyPopup
|
||||
this.groupId = 0
|
||||
|
||||
this.selectGroup = function (group) {
|
||||
this.groupId = group.id
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user