เเก้ไข เพิ่ม api questionnair

This commit is contained in:
AnandaTon 2023-08-23 09:43:22 +07:00
parent 1e510c768a
commit 18a0e91c9d
3 changed files with 6 additions and 4 deletions

View file

@ -365,7 +365,8 @@ const fecthDataTransfer = async (id: string) => {
// console.log(data);
tranferOrg.value = data.organization
noteReason.value = data.reason
files.value = data.file
files.value = data.docs
console.log(files.value)
})
.catch((e: any) => {
messageError($q, e)