fix
This commit is contained in:
parent
0ef11abe2b
commit
f507bd8677
1 changed files with 1 additions and 1 deletions
|
|
@ -6469,7 +6469,7 @@ export class ProfileController extends Controller {
|
|||
posLevelId: _data.posLevel?.id ?? null,
|
||||
posTypeId: _data.posType?.id ?? null,
|
||||
position: _data.position,
|
||||
posExecutive: _data.current_holders[0].positions[0].posExecutive?.posExecutiveName ?? null,
|
||||
posExecutive: _data.current_holders[0]?.positions[0]?.posExecutive?.posExecutiveName ?? null,
|
||||
posNo: shortName ?? null,
|
||||
rootId: holder?.orgRoot?.id ?? null,
|
||||
root: holder?.orgRoot?.orgRootName ?? null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue