From 8ecb4201e64412ae1e7402b9078325187576f565 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 4 Jan 2026 16:29:33 +0000 Subject: [PATCH] z --- Js/fonctions.js | 5 ++--- Vue/gabarit.php | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 8abbc3c..fa8964f 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -1549,9 +1549,6 @@ function init_import_assures() function exporter_modele_assure() { - alert("exporter_modele_assure"); - return; - $('#div_form_upload').hide(); var div_export = $('#div_exporter_liste_assures'); @@ -1564,6 +1561,8 @@ function exporter_modele_assure() // data: donnees, success: function(data) { + alert(data); + $('#div_test_gabarit').html(data); div_export.html(data); }, error : function(resultat, statut, erreur) diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 90975a4..12541a5 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -635,7 +635,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +