Loading front/Intervenant/Recherche.vue +1 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,7 @@ export default { } this.intervenants = datas; console.log(response.data); }) .catch(response => { Loading module/Application/src/Controller/IntervenantController.php +2 −2 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ class IntervenantController extends AbstractController 'messages' => null, ]; $model = new JsonModel($jsonData); return $this->axios()->send($intervenants); return $model; Loading Loading
front/Intervenant/Recherche.vue +1 −0 Original line number Diff line number Diff line Loading @@ -117,6 +117,7 @@ export default { } this.intervenants = datas; console.log(response.data); }) .catch(response => { Loading
module/Application/src/Controller/IntervenantController.php +2 −2 Original line number Diff line number Diff line Loading @@ -125,7 +125,7 @@ class IntervenantController extends AbstractController 'messages' => null, ]; $model = new JsonModel($jsonData); return $this->axios()->send($intervenants); return $model; Loading