fix: ส่งฟิล position
This commit is contained in:
parent
d1a6273bcf
commit
99fd51b623
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ async function onSubmit(data: any) {
|
|||
formData.append("oc", data.oc);
|
||||
formData.append("profileType", data.profileType);
|
||||
formData.append("caseNumber", data.caseNumber);
|
||||
formData.append("caseNumber", data.caseNumber);
|
||||
formData.append("position", data.position);
|
||||
formData.append("file", data.file);
|
||||
showLoader();
|
||||
http
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue