From 0d6b6c592f614e579a12b037123785e87d1babd4 Mon Sep 17 00:00:00 2001 From: jonathan Date: Mon, 1 Jul 2024 18:07:55 +0200 Subject: [PATCH] Recherche de fiche --- src/App.vue | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4ffd97a..f5df9bf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -29,6 +29,7 @@ const archiveFetching = ref(false) const showModal2 = ref(0) const hideModal2 = ref(0) + const openExternalPage = async (script, params = null, features = null) => { if (store.gulliver === null) { await store.registerSession() @@ -80,8 +81,6 @@ const refreshTicketList = async () => { +