This commit is contained in:
parent
005f3f1334
commit
30ddb4e3f3
1 changed files with 1 additions and 1 deletions
|
|
@ -8918,7 +8918,7 @@ export class OrganizationDotnetController extends Controller {
|
||||||
dateStart: profile?.dateStart ?? null,
|
dateStart: profile?.dateStart ?? null,
|
||||||
dateAppoint: profile?.dateAppoint ?? null,
|
dateAppoint: profile?.dateAppoint ?? null,
|
||||||
keycloak: profile?.keycloak ?? null,
|
keycloak: profile?.keycloak ?? null,
|
||||||
posNo: `${item.shortName} ${item.posMasterNo}`,
|
posNo: profile?.posMasterNo ?? `${item.shortName} ${item.posMasterNo}`,
|
||||||
position: item.position,
|
position: item.position,
|
||||||
positionLevel: item.posLevel,
|
positionLevel: item.posLevel,
|
||||||
positionType: item.posType,
|
positionType: item.posType,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue