no message
This commit is contained in:
parent
14d2b45588
commit
b2126debc0
1 changed files with 1 additions and 1 deletions
|
|
@ -7057,7 +7057,7 @@ export class ProfileController extends Controller {
|
||||||
lastName: profile.lastName,
|
lastName: profile.lastName,
|
||||||
citizenId: profile.citizenId,
|
citizenId: profile.citizenId,
|
||||||
position: profile.position,
|
position: profile.position,
|
||||||
isDirector : posMaster?.isDirector,
|
isDirector : posMaster?.isDirector??null,
|
||||||
isProbation: profile.isProbation,
|
isProbation: profile.isProbation,
|
||||||
posLevelName: profile.posLevel == null ? null : profile.posLevel.posLevelName,
|
posLevelName: profile.posLevel == null ? null : profile.posLevel.posLevelName,
|
||||||
posLevelRank: profile.posLevel == null ? null : profile.posLevel.posLevelRank,
|
posLevelRank: profile.posLevel == null ? null : profile.posLevel.posLevelRank,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue