add fields
This commit is contained in:
parent
aa129dce2f
commit
1aa75c60f4
1 changed files with 2 additions and 0 deletions
|
|
@ -3175,6 +3175,8 @@ export class ProfileController extends Controller {
|
|||
birthDate: profile.birthDate,
|
||||
position: profile.position,
|
||||
leaveDate: profile.dateLeave,
|
||||
dateStart: profile.dateStart,
|
||||
dateRetireLaw: profile.dateRetireLaw,
|
||||
posMaster: posMaster == null ? null : posMaster.posMasterNo,
|
||||
posMasterNo: posMaster == null ? null : posMaster.posMasterNo,
|
||||
posLevelName: profile.posLevel == null ? null : profile.posLevel.posLevelName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue