Initial commit (code only without large binaries)
This commit is contained in:
9
EdgeAdmin/web/views/@default/users/update.js
Normal file
9
EdgeAdmin/web/views/@default/users/update.js
Normal file
@@ -0,0 +1,9 @@
|
||||
Tea.context(function () {
|
||||
this.success = NotifySuccess("保存成功", "/users/user?userId=" + this.user.id)
|
||||
|
||||
this.passwordEditing = false
|
||||
|
||||
this.changePasswordEditing = function () {
|
||||
this.passwordEditing = !this.passwordEditing
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user