fix: เพิ่ม เก็บข้อมูล profile kpi จากหน้า main

This commit is contained in:
setthawutttty 2025-07-30 17:29:11 +07:00
parent 8168ede251
commit b751615f81
2 changed files with 4 additions and 1 deletions

View file

@ -19,7 +19,7 @@ export const useKpiDataStore = defineStore("KPIDate", () => {
const work = ref<boolean>(false);
const tabMain = ref<string>("");
const dataProfile = ref<DataProfile>({
profileId: null,
profileId: "",
prefix: "",
rank: "",
firstName: "",