1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b233535d95
commit
7ed4dd7e24
|
@ -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.UserType,
|
UserTypeEnum: item.UserTypeEnum,
|
||||||
UserTypeId: item.UserTypeId,
|
UserTypeId: item.UserTypeId,
|
||||||
IsUserRoleDisabled: item.IsUserRoleDisabled,
|
IsUserRoleDisabled: item.IsUserRoleDisabled,
|
||||||
UserTypeShortName: item.UserTypeShortName,
|
UserTypeShortName: item.UserTypeShortName,
|
||||||
|
|
Loading…
Reference in New Issue