รายการขอรับประเมินผลการปฏิบัติราชการระดับบุคคล => stores
This commit is contained in:
parent
0adb7ae187
commit
121730f0c1
1 changed files with 4 additions and 1 deletions
|
|
@ -3,5 +3,8 @@ import { ref } from "vue";
|
|||
|
||||
export const useKpiDataStore = defineStore("KPIDate", () => {
|
||||
const tabMain = ref<string>("1");
|
||||
return {tabMain};
|
||||
const dataProfile = ref<any>();
|
||||
const dataEvaluation = ref<any>();
|
||||
|
||||
return { tabMain, dataProfile, dataEvaluation };
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue