add isDeputy
This commit is contained in:
parent
943bb42ffb
commit
635ca1683c
2 changed files with 17 additions and 22 deletions
|
|
@ -7170,6 +7170,7 @@ export class OrganizationController extends Controller {
|
|||
return {
|
||||
orgTreeId: orgRoot.id,
|
||||
orgLevel: 0,
|
||||
isDeputy: orgRoot.isDeputy,
|
||||
orgName: orgRoot.orgRootName,
|
||||
orgTreeName: orgRoot.orgRootName,
|
||||
orgTreeShortName: orgRoot.orgRootShortName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue