解决退号记录的退号操作工作取值问题
This commit is contained in:
@@ -52,7 +52,7 @@ const useUserStore = defineStore(
|
||||
this.roles = ['ROLE_DEFAULT']
|
||||
}
|
||||
this.id = user.userId
|
||||
this.name = user.userName
|
||||
this.name = user.userName // 用户账号(对应数据库的user_name字段,如'admin')
|
||||
this.orgId = user.orgId
|
||||
this.orgName = user.orgName
|
||||
this.nickName = user.nickName
|
||||
|
||||
Reference in New Issue
Block a user