9 lines
241 B
JavaScript
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("保存成功")
|
|
}
|
|
})
|
|
}
|
|
}) |