编辑用户角色
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-12-25 11:42:11 +08:00
parent 7363b0049d
commit dec01d779d
2 changed files with 2 additions and 2 deletions

View File

@ -281,7 +281,7 @@ export default {
this.user.Roles.push(item.UserTypeId) this.user.Roles.push(item.UserTypeId)
} }
this.user.UserRoleList.push({ this.user.UserRoleList.push({
UserTypeEnum: item.UserTypeEnum, UserTypeEnum: item.UserType,
UserTypeId: item.UserTypeId, UserTypeId: item.UserTypeId,
IsUserRoleDisabled: item.IsUserRoleDisabled, IsUserRoleDisabled: item.IsUserRoleDisabled,
UserTypeShortName: item.UserTypeShortName, UserTypeShortName: item.UserTypeShortName,

View File

@ -181,7 +181,7 @@ export default {
arr.forEach((item) => { arr.forEach((item) => {
this.list.push({ this.list.push({
UserTypeEnum: item.UserTypeEnum, UserTypeEnum: item.UserTypeEnum,
UserTypeId: item.UserTypeId, UserTypeId: item.Id,
IsUserRoleDisabled: false, IsUserRoleDisabled: false,
UserTypeShortName: item.UserTypeShortName, UserTypeShortName: item.UserTypeShortName,
}) })