编辑用户角色
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
7363b0049d
commit
dec01d779d
|
@ -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,
|
||||||
|
|
|
@ -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,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue