add isDirector
This commit is contained in:
parent
681ef306fb
commit
f09bd2413b
1 changed files with 6 additions and 0 deletions
|
|
@ -1925,6 +1925,7 @@ export class PositionController extends Controller {
|
|||
|
||||
return {
|
||||
id: posMaster.id,
|
||||
isDirector: posMaster.isDirector,
|
||||
orgRootId: posMaster.orgRootId,
|
||||
orgChild1Id: posMaster.orgChild1Id,
|
||||
orgChild2Id: posMaster.orgChild2Id,
|
||||
|
|
@ -2353,6 +2354,7 @@ export class PositionController extends Controller {
|
|||
|
||||
return {
|
||||
id: posMaster.id,
|
||||
isDirector: posMaster.isDirector,
|
||||
orgRootId: posMaster.orgRootId,
|
||||
orgChild1Id: posMaster.orgChild1Id,
|
||||
orgChild2Id: posMaster.orgChild2Id,
|
||||
|
|
@ -3857,6 +3859,7 @@ export class PositionController extends Controller {
|
|||
id: posMaster.id,
|
||||
node: node,
|
||||
nodeId: nodeId,
|
||||
isDirector: posMaster.isDirector,
|
||||
orgRootId: posMaster.orgRootId,
|
||||
orgChild1Id: posMaster.orgChild1Id,
|
||||
orgChild2Id: posMaster.orgChild2Id,
|
||||
|
|
@ -4096,6 +4099,7 @@ export class PositionController extends Controller {
|
|||
id: posMaster.id,
|
||||
node: node,
|
||||
nodeId: nodeId,
|
||||
isDirector: posMaster.isDirector,
|
||||
orgRootId: posMaster.orgRootId,
|
||||
orgChild1Id: posMaster.orgChild1Id,
|
||||
orgChild2Id: posMaster.orgChild2Id,
|
||||
|
|
@ -4350,6 +4354,7 @@ export class PositionController extends Controller {
|
|||
id: posMaster.id,
|
||||
node: node,
|
||||
nodeId: nodeId,
|
||||
isDirector: posMaster.isDirector,
|
||||
orgRootId: posMaster.orgRootId,
|
||||
orgChild1Id: posMaster.orgChild1Id,
|
||||
orgChild2Id: posMaster.orgChild2Id,
|
||||
|
|
@ -5182,6 +5187,7 @@ export class PositionController extends Controller {
|
|||
|
||||
return {
|
||||
id: posMaster.id,
|
||||
isDirector: posMaster.isDirector,
|
||||
isCondition: posMaster.isCondition,
|
||||
conditionReason: posMaster.conditionReason,
|
||||
posMasterNoPrefix: posMaster.posMasterNoPrefix ? posMaster.posMasterNoPrefix : null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue