Files
EdgeAdmin/web/views/@default/servers/components/waf/ipadmin/index.js

11 lines
228 B
JavaScript
Raw Normal View History

2020-11-06 11:02:26 +08:00
Tea.context(function () {
this.success = function () {
2020-11-09 10:44:40 +08:00
teaweb.success("保存成功", function () {
teaweb.reload()
})
2020-11-06 11:02:26 +08:00
}
2020-11-07 19:40:18 +08:00
2023-07-07 15:28:29 +08:00
this.changeAllowedCountries = function (event) {
this.allowedCountries = event.countries
2020-12-04 09:51:18 +08:00
}
2020-11-06 11:02:26 +08:00
})