แก้ fetch data ระบบ kpi
This commit is contained in:
parent
c01ad19889
commit
525d363825
3 changed files with 12 additions and 11 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue