From ed486d53b689665e282274963063b63979ecfc7a Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Sun, 4 Jan 2026 17:06:36 +0000 Subject: [PATCH] a --- Js/fonctions.js | 19 +++++++++++++++++++ Vue/gabarit.php | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 381f0ad..10de437 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -2574,3 +2574,22 @@ function importer_modele_assure(idAvenant) } }); } + +function maj_etape_3_import_assures() +{ + $.ajax({ + url: $("#racineWeb").val()+"Ajaximporterlisteassure/majetape/", + type: 'POST', + success: function(data) + { + }, + error : function(resultat, statut, erreur) + { + }, + complete: function(data) + { + // window.location.assign($("#racineWeb" ).val()+"Listeimportassure/"); + afficher_liste_assures_a_importer(); + } + }); +} diff --git a/Vue/gabarit.php b/Vue/gabarit.php index c9e9f01..5628646 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -635,7 +635,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - +