fix: เพิ่ม เก็บข้อมูล profile kpi จากหน้า main
This commit is contained in:
parent
8168ede251
commit
b751615f81
2 changed files with 4 additions and 1 deletions
|
|
@ -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: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue