fix
This commit is contained in:
parent
732467965e
commit
2c64ee1220
1 changed files with 4 additions and 4 deletions
|
|
@ -3057,13 +3057,13 @@ export class OrganizationController extends Controller {
|
||||||
],
|
],
|
||||||
order: {
|
order: {
|
||||||
orgChild1s:{
|
orgChild1s:{
|
||||||
orgChild1Name: "ASC",
|
orgChild1Order: "ASC",
|
||||||
orgChild2s:{
|
orgChild2s:{
|
||||||
orgChild2Name: "ASC",
|
orgChild2Order: "ASC",
|
||||||
orgChild3s:{
|
orgChild3s:{
|
||||||
orgChild3Name: "ASC",
|
orgChild3Order: "ASC",
|
||||||
orgChild4s:{
|
orgChild4s:{
|
||||||
orgChild4Name: "ASC",
|
orgChild4Order: "ASC",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue