Files
waf-platform/EdgeAdmin/web/views/@default/settings/ip-library/countries/index.js

9 lines
241 B
JavaScript

Tea.context(function () {
this.updateCountry = function (countryId) {
teaweb.popup("/settings/ip-library/countries/updatePopup?countryId=" + countryId, {
callback: function () {
teaweb.successRefresh("保存成功")
}
})
}
})