แก้ fetch data ระบบ kpi

This commit is contained in:
Warunee Tamkoo 2024-05-08 11:35:18 +07:00
parent c01ad19889
commit 525d363825
3 changed files with 12 additions and 11 deletions

View file

@ -4,7 +4,7 @@ import type { DataOptions } from "./interface/index/Main";
export const useKpiDataStore = defineStore("KPIDate", () => {
const tabMain = ref<string>("1");
const dataProfile = ref<any>();
const dataProfile = ref<any>(null);
const dataEvaluation = ref<any>({
plannedPoint: 0,
rolePoint: 0,