feat: sistema de notas clínicas para enfermero (ficha + notas libres) y fix lab_reportes métricas
This commit is contained in:
+1
-1
@@ -433,7 +433,7 @@ async function cargarMetricas(desde, hasta) {
|
||||
const r = await fetch(`api/lab/get_metricas.php?desde=${desde}&hasta=${hasta}`);
|
||||
const d = await r.json();
|
||||
if (!d.success) return;
|
||||
const m = d.data;
|
||||
const m = d; // jsonOk() hace array_merge → datos en nivel raíz
|
||||
|
||||
// ── KPIs ──
|
||||
const kpi = m.kpi || {};
|
||||
|
||||
Reference in New Issue
Block a user