This commit is contained in:
KANE LAZENI 2026-04-22 08:15:41 +00:00
parent 20a78b124a
commit 7b75e81ba3

View File

@ -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);