+ Configura los filtros y haz clic en el botón "Actualizar" para cargar los datos financieros
+
+
+
+
+
+
@@ -240,10 +318,10 @@ function onUpdateFechaHasta(value: string | null) {
fechaHasta.value = value
}
-// Load data on mount
+// Inicializar preset por defecto sin cargar datos
onMounted(() => {
// Default preset: cosecha 25-26
selectedPreset.value = 'cosecha-25-26'
- loadData()
+ // NO cargar datos automáticamente - el usuario debe hacer clic en "Actualizar"
})