Update class ใน payment

Update class ใน payment กับ upload ให้ดักจับชื่อ files
This commit is contained in:
AnandaTon 2023-03-21 12:05:29 +07:00
parent c2658b4594
commit b19660a3bf
2 changed files with 8 additions and 7 deletions

View file

@ -116,6 +116,7 @@ onMounted(async () => {
})
const fileUpload = async (file: any) => {
name.value = file[0].name
return {
url: 'http://localhost:4444/upload',
method: 'POST'