系统管理
This commit is contained in:
@@ -208,7 +208,7 @@ export default {
|
||||
this.username = e.username
|
||||
this.phone = e.phone
|
||||
this.name = e.personName
|
||||
this.sex = this.gender
|
||||
this.sex = e.gender
|
||||
this.options.map(el => {
|
||||
if (el.roleId === e.roles[0].roleId) {
|
||||
this.value = el.roleId
|
||||
|
||||
Reference in New Issue
Block a user