เรียงรายชื่อตามเลขที่ตำแหน่ง #2325
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m28s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m28s
This commit is contained in:
parent
ea25979374
commit
9946b7b7c3
1 changed files with 4 additions and 1 deletions
|
|
@ -8607,7 +8607,10 @@ export class OrganizationDotnetController extends Controller {
|
|||
}),
|
||||
);
|
||||
|
||||
return new HttpSuccess(profile_);
|
||||
return new HttpSuccess(
|
||||
(profile_ ?? []).sort((a, b) =>
|
||||
a.posNo.localeCompare(b.posNo, undefined, { numeric: true }))
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue