This commit is contained in:
KANE LAZENI 2026-04-22 08:11:41 +00:00
parent 9a832e7433
commit 20a78b124a

View File

@ -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 */