a
This commit is contained in:
parent
20a78b124a
commit
7b75e81ba3
|
|
@ -343,7 +343,9 @@
|
|||
xhr.open('POST', 'Remboursement');
|
||||
setButtonLoading(true);
|
||||
|
||||
console.log(formData);
|
||||
for (let [key, value] of formData.entries()) {
|
||||
console.log(key, value);
|
||||
}
|
||||
return;
|
||||
|
||||
xhr.send(formData);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user