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

9 lines
245 B
JavaScript

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