Files
EdgeAdmin/web/views/@default/servers/components/waf/ipadmin/index.js
2023-07-07 15:28:29 +08:00

11 lines
228 B
JavaScript

Tea.context(function () {
this.success = function () {
teaweb.success("保存成功", function () {
teaweb.reload()
})
}
this.changeAllowedCountries = function (event) {
this.allowedCountries = event.countries
}
})