Refactor Code การทดลองปฏิบัติหน้าที่ราชการ
This commit is contained in:
parent
01f23e51f8
commit
a8f24024bf
14 changed files with 898 additions and 1269 deletions
|
|
@ -11,8 +11,6 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue