diff --git a/src/pages/certification/exploitations/index.vue b/src/pages/certification/exploitations/index.vue index ed10a8db..072411bb 100644 --- a/src/pages/certification/exploitations/index.vue +++ b/src/pages/certification/exploitations/index.vue @@ -575,6 +575,7 @@ function captureTooltipPosition(event, index, element) { top: `${rect.bottom - 70}px`, left: `${rect.left + 5}px`, }; + tooltipContent.value = element.tooltipText; activeTooltipIndex.value = index; isTooltipVisible.value = true; @@ -630,7 +631,8 @@ const removeItem = (key, index = null) => { }; const baseFilter = { - anneeReference: lastThreeYears.value[0], + anneeReferenceCertification: null, + anneeReferenceStatut: null, statutParcellaire: [], departement: [], engagement: [],