Initial commit (code only without large binaries)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
Tea.context(function () {
|
||||
this.updateProvince = function (provinceId) {
|
||||
teaweb.popup("/settings/ip-library/provinces/updatePopup?provinceId=" + provinceId, {
|
||||
callback: function () {
|
||||
teaweb.successRefresh("保存成功")
|
||||
}
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user