เพิ่มแบบบันทึกผลผู้บัญชาการ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-15 11:50:43 +07:00
parent 730dc03e4f
commit 9a37db5219
9 changed files with 3090 additions and 9 deletions

View file

@ -11,6 +11,8 @@ export const useProbationDataStore = defineStore("probationStore", () => {
const director = ref<any>([])
const fecthdataAssign = async (data: any) => {
console.log(data);
assign.value = await data.assign
evaluate.value = await data.evaluate
tabs.value = await data.evaluate
@ -79,7 +81,7 @@ export const useProbationDataStore = defineStore("probationStore", () => {
label: "ปฏิบัติบัติหน้าที่อย่างตรงไปตรงมาโดยยึดหลักจรรยาบรรณวิชาชีพ",
},
];
return {
fecthdataAssign,
fecthAssignoutput,