fix ทดลองงาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-30 16:29:20 +07:00
parent 1689c96343
commit 6003547e78
4 changed files with 49 additions and 40 deletions

View file

@ -17,6 +17,8 @@ export const useProbationDataStore = defineStore("probationStore", () => {
const assignOutput = ref<any>([]);
const director = ref<any>([]);
const person = ref<any>([]);
const isCheckFormReport1 = ref<boolean>(false);
const isCheckFormReport2 = ref<boolean>(false);
const fecthdataAssign = async (data: any) => {
checkLoad.value = data.evaluate.length == 0 ? true : false;
@ -114,5 +116,7 @@ export const useProbationDataStore = defineStore("probationStore", () => {
behavior_no3,
dataPermissions,
checkLoad,
isCheckFormReport1,
isCheckFormReport2,
};
});