From ceafb14df1568a7b505585e9a48a360fcf5bd591 Mon Sep 17 00:00:00 2001 From: "gwenael.planchon" Date: Thu, 14 Mar 2024 14:56:13 +0100 Subject: [PATCH] renommer --- .../src/components/admin/gestion/Liste.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/science-quest/src/components/admin/gestion/Liste.vue b/science-quest/src/components/admin/gestion/Liste.vue index 5029a1a..72a6d12 100644 --- a/science-quest/src/components/admin/gestion/Liste.vue +++ b/science-quest/src/components/admin/gestion/Liste.vue @@ -27,9 +27,9 @@ export default{ methods:{ rafraichirEndpoint(){ this.self=`${REST_API}/${this.endpoint}?page=${this.page}` - this.getdonnees(this.self) + this.getDonnees(this.self) }, - getdonnees(url){ + getDonnees(url){ //HACK : s'assurer que les liens sont en HTTPS url=url.replace("http://", "https://") //enlever les anciens du tableau @@ -76,14 +76,14 @@ export default{ > - - - - + + + +