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=>
- +