Files
EdgeAdmin/web/views/@default/users/update.js

9 lines
238 B
JavaScript
Raw Normal View History

Tea.context(function () {
this.success = NotifySuccess("保存成功", "/users/user?userId=" + this.user.id)
this.passwordEditing = false
this.changePasswordEditing = function () {
this.passwordEditing = !this.passwordEditing
}
})