Merge branch 'develop' into develop-Bright
This commit is contained in:
commit
f75c6237aa
1 changed files with 14 additions and 0 deletions
|
|
@ -3055,6 +3055,20 @@ export class OrganizationController extends Controller {
|
|||
"orgChild1s.orgChild2s.orgChild3s",
|
||||
"orgChild1s.orgChild2s.orgChild3s.orgChild4s",
|
||||
],
|
||||
order: {
|
||||
orgChild1s:{
|
||||
orgChild1Name: "ASC",
|
||||
orgChild2s:{
|
||||
orgChild2Name: "ASC",
|
||||
orgChild3s:{
|
||||
orgChild3Name: "ASC",
|
||||
orgChild4s:{
|
||||
orgChild4Name: "ASC",
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
});
|
||||
return new HttpSuccess(data);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue