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

12 lines
229 B
JavaScript
Raw Normal View History

2020-11-06 11:30:35 +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:30:35 +08:00
}
2020-11-07 19:40:18 +08:00
2020-12-04 09:51:18 +08:00
2023-07-07 15:28:29 +08:00
this.changeAllowedProvinces = function (event) {
this.allowedProvinces = event.provinces
2020-12-04 09:51:18 +08:00
}
2020-11-06 11:30:35 +08:00
})