mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 07:10:27 +08:00
[用户]实现对平台用户的增删改查
This commit is contained in:
9
web/views/@default/users/update.js
Normal file
9
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