fix sort
This commit is contained in:
parent
8b9b7bf4b3
commit
815ed1b04f
1 changed files with 3 additions and 0 deletions
|
|
@ -1198,6 +1198,9 @@ export class PositionController extends Controller {
|
|||
posMasterId: posMaster.id,
|
||||
},
|
||||
relations: ["posLevel", "posType", "posExecutive"],
|
||||
order:{
|
||||
createdAt: "ASC"
|
||||
},
|
||||
});
|
||||
|
||||
let profile: any;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue