add fild current
This commit is contained in:
parent
a86f385ebd
commit
b5e40cb127
3 changed files with 4 additions and 0 deletions
|
|
@ -1233,6 +1233,7 @@ export class EmployeePositionController extends Controller {
|
|||
|
||||
return {
|
||||
id: posMaster.id,
|
||||
current_holderId: posMaster.current_holderId,
|
||||
orgRootId: posMaster.orgRootId,
|
||||
orgChild1Id: posMaster.orgChild1Id,
|
||||
orgChild2Id: posMaster.orgChild2Id,
|
||||
|
|
|
|||
|
|
@ -997,6 +997,7 @@ export class EmployeeTempPositionController extends Controller {
|
|||
|
||||
return {
|
||||
id: posMaster.id,
|
||||
current_holderId: posMaster.current_holderId,
|
||||
orgRootId: posMaster.orgRootId,
|
||||
orgChild1Id: posMaster.orgChild1Id,
|
||||
orgChild2Id: posMaster.orgChild2Id,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue