update order org position
This commit is contained in:
parent
d9a730e6c6
commit
d95799c3cf
1 changed files with 3 additions and 2 deletions
|
|
@ -2361,8 +2361,9 @@ export class PositionController extends Controller {
|
||||||
},
|
},
|
||||||
relations: ["posLevel", "posType", "posExecutive"],
|
relations: ["posLevel", "posType", "posExecutive"],
|
||||||
order: {
|
order: {
|
||||||
posType: { posTypeRank: "ASC" },
|
// posType: { posTypeRank: "ASC" },
|
||||||
posLevel: { posLevelRank: "ASC" },
|
// posLevel: { posLevelRank: "ASC" },
|
||||||
|
orderNo: "ASC",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue