Update class ใน payment
Update class ใน payment กับ upload ให้ดักจับชื่อ files
This commit is contained in:
parent
c2658b4594
commit
b19660a3bf
2 changed files with 8 additions and 7 deletions
|
|
@ -116,6 +116,7 @@ onMounted(async () => {
|
|||
})
|
||||
|
||||
const fileUpload = async (file: any) => {
|
||||
name.value = file[0].name
|
||||
return {
|
||||
url: 'http://localhost:4444/upload',
|
||||
method: 'POST'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue