fix
This commit is contained in:
parent
1e33f6d4ea
commit
3c33875748
2 changed files with 7 additions and 7 deletions
|
|
@ -7576,7 +7576,7 @@ export class OrganizationController extends Controller {
|
|||
order: { orgRootName: "ASC" },
|
||||
select: ["orgRootName"],
|
||||
});
|
||||
const root = [root1, root2];
|
||||
const root = [...root1, ...root2];
|
||||
|
||||
const child1 = await this.child1Repository.find({
|
||||
where: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue