a
This commit is contained in:
parent
9a832e7433
commit
20a78b124a
|
|
@ -343,10 +343,12 @@
|
|||
xhr.open('POST', 'Remboursement');
|
||||
setButtonLoading(true);
|
||||
|
||||
alert("AVANT formData => "+formData);
|
||||
console.log(formData);
|
||||
return;
|
||||
|
||||
xhr.send(formData);
|
||||
|
||||
alert("Après send");
|
||||
});
|
||||
|
||||
/* Validation à la sélection du fichier */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user