From d6f626a14411bb2c7b8253ebc531127d6da1c5bb Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Wed, 8 Apr 2026 08:52:36 +0000 Subject: [PATCH] a --- Controleur/ControleurAjaxlisterclients.php | 7 +++---- Vue/Ajaxlisterclients/index.php | 17 ++++++++--------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/Controleur/ControleurAjaxlisterclients.php b/Controleur/ControleurAjaxlisterclients.php index b39ebd7c..4b1ae362 100755 --- a/Controleur/ControleurAjaxlisterclients.php +++ b/Controleur/ControleurAjaxlisterclients.php @@ -13,14 +13,13 @@ class ControleurAjaxlisterclients extends Controleur public function index() { $typeClient = $this->requete->getParametreFormulaire("typeClient"); - $nom = $this->requete->getParametreFormulaire("nom"); - + $nom = $this->requete->getParametreFormulaire("nom"); $numeroClient = $this->requete->getParametreFormulaire("numeroClient"); + $_SESSION['souscripteurAcreer'] = $nom; + $clients = $this->client->getListerClients($typeClient, $nom, $numeroClient); - - $this->genererVueAjax(array('clients' => $clients)); } diff --git a/Vue/Ajaxlisterclients/index.php b/Vue/Ajaxlisterclients/index.php index 977b8919..41c7edf0 100755 --- a/Vue/Ajaxlisterclients/index.php +++ b/Vue/Ajaxlisterclients/index.php @@ -1,9 +1,6 @@ - - +

- +

" onClick="javascript:creer_client();" title=>
- +