Merge branch 'develop' into adiDev
This commit is contained in:
commit
9646659f4c
8 changed files with 411 additions and 99 deletions
|
|
@ -211,6 +211,7 @@ export class kpiCapacityController extends Controller {
|
|||
},
|
||||
select: ["id", "name"],
|
||||
relations: ["kpiCapacityDetails"],
|
||||
order: { createdAt: "ASC" },
|
||||
});
|
||||
|
||||
const mapData = kpiCapacity.map((x) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue