解决退号记录的退号操作工作取值问题

This commit is contained in:
2025-11-21 13:15:08 +08:00
parent 36628342dc
commit 992b03f9c2
4 changed files with 9 additions and 8 deletions

View File

@@ -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