mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-03 10:20:25 +08:00
12 lines
229 B
JavaScript
12 lines
229 B
JavaScript
Tea.context(function () {
|
|
this.success = function () {
|
|
teaweb.success("保存成功", function () {
|
|
teaweb.reload()
|
|
})
|
|
}
|
|
|
|
|
|
this.changeAllowedProvinces = function (event) {
|
|
this.allowedProvinces = event.provinces
|
|
}
|
|
}) |