เพิ่มแบบบันทึกผลผู้บัญชาการ
This commit is contained in:
parent
730dc03e4f
commit
9a37db5219
9 changed files with 3090 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue