add isDeputy

This commit is contained in:
mamoss 2025-05-14 15:03:20 +07:00
parent 943bb42ffb
commit 635ca1683c
2 changed files with 17 additions and 22 deletions

View file

@ -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,