mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-19 17:54:37 +00:00
fix: 修复系统用户用户名禁用的问题
This commit is contained in:
@@ -36,6 +36,8 @@ function getFields() {
|
||||
if (form.username_same_with_user) {
|
||||
this.fieldsMeta.username.el.disabled = true
|
||||
form.username = ''
|
||||
} else {
|
||||
this.fieldsMeta.username.el.disabled = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user