Merge branch 'develop' into devTee

This commit is contained in:
STW_TTTY\stwtt 2024-04-23 13:28:34 +07:00
commit ab9f349af7
3 changed files with 30 additions and 28 deletions

View file

@ -32,7 +32,7 @@ export const useKpiDataStore = defineStore("KPIDate", () => {
function convertCompetencyType(val: string) {
const competency = competencyType.value.find(
(x: DataOptions) => x.id == "val"
(x: DataOptions) => x.id == val
);
return competency?.name;
}