no message
This commit is contained in:
parent
6bd0e15877
commit
4aae619e90
1 changed files with 4 additions and 0 deletions
|
|
@ -5520,6 +5520,7 @@ export class OrganizationController extends Controller {
|
|||
data1 = _data1.map((y) => ({
|
||||
name: y.orgRootName,
|
||||
rootId: y.id,
|
||||
rootDnaId: y.ancestorDNA,
|
||||
child1Id: null,
|
||||
child2Id: null,
|
||||
child3Id: null,
|
||||
|
|
@ -5528,6 +5529,7 @@ export class OrganizationController extends Controller {
|
|||
data2 = _data2.map((y) => ({
|
||||
name: y.orgRootName,
|
||||
rootId: y.id,
|
||||
rootDnaId: y.ancestorDNA,
|
||||
child1Id: null,
|
||||
child2Id: null,
|
||||
child3Id: null,
|
||||
|
|
@ -5589,6 +5591,7 @@ export class OrganizationController extends Controller {
|
|||
data1 = _data1.map((y) => ({
|
||||
name: y.orgRootName,
|
||||
rootId: y.id,
|
||||
rootDnaId: y.ancestorDNA,
|
||||
child1Id: null,
|
||||
child2Id: null,
|
||||
child3Id: null,
|
||||
|
|
@ -5597,6 +5600,7 @@ export class OrganizationController extends Controller {
|
|||
data2 = _data2.map((y) => ({
|
||||
name: y.orgRootName,
|
||||
rootId: y.id,
|
||||
rootDnaId: y.ancestorDNA,
|
||||
child1Id: null,
|
||||
child2Id: null,
|
||||
child3Id: null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue