Files
waf-platform/EdgeAdmin/web/views/@default/users/user.js

11 lines
230 B
JavaScript

Tea.context(function () {
this.verify = function () {
teaweb.popup(".verifyPopup?userId=" + this.user.id, {
callback: function () {
teaweb.success("保存成功", function () {
teaweb.reload()
})
}
})
}
})