mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-11 17:00:32 +08:00
实现基础的通知媒介管理
This commit is contained in:
10
web/views/@default/admins/recipients/groups/selectPopup.js
Normal file
10
web/views/@default/admins/recipients/groups/selectPopup.js
Normal file
@@ -0,0 +1,10 @@
|
||||
Tea.context(function () {
|
||||
this.selectGroup = function (group) {
|
||||
NotifyPopup({
|
||||
code: 200,
|
||||
data: {
|
||||
group: group
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user