add fild current

This commit is contained in:
mamoss 2025-03-19 10:11:35 +07:00
parent a86f385ebd
commit b5e40cb127
3 changed files with 4 additions and 0 deletions

View file

@ -1913,6 +1913,7 @@ export class PositionController extends Controller {
return {
id: posMaster.id,
current_holderId: posMaster.current_holderId,
isDirector: posMaster.isDirector,
orgRootId: posMaster.orgRootId,
orgChild1Id: posMaster.orgChild1Id,
@ -2342,6 +2343,7 @@ export class PositionController extends Controller {
return {
id: posMaster.id,
current_holderId: posMaster.current_holderId,
isDirector: posMaster.isDirector,
orgRootId: posMaster.orgRootId,
orgChild1Id: posMaster.orgChild1Id,