This commit is contained in:
KANE LAZENI 2026-04-22 08:10:16 +00:00
parent d056324b5d
commit 9a832e7433

View File

@ -343,7 +343,7 @@
xhr.open('POST', 'Remboursement');
setButtonLoading(true);
alert("APRES setButtonLoading");
alert("AVANT formData => "+formData);
return;
xhr.send(formData);