no message

This commit is contained in:
kittapath 2025-02-05 09:31:57 +07:00
parent 6bd0e15877
commit 4aae619e90

View file

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