mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-19 23:50:25 +08:00
WAF支持更多动作
This commit is contained in:
13
web/views/@default/servers/iplists/selectPopup.js
Normal file
13
web/views/@default/servers/iplists/selectPopup.js
Normal file
@@ -0,0 +1,13 @@
|
||||
Tea.context(function () {
|
||||
this.selectList = function (list) {
|
||||
NotifyPopup({
|
||||
code: 200,
|
||||
data: {
|
||||
list: {
|
||||
id: list.id,
|
||||
name: list.name
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user