fix ทดลองงาน
This commit is contained in:
parent
1689c96343
commit
6003547e78
4 changed files with 49 additions and 40 deletions
|
|
@ -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,
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue