From 3f02f9b53eaf6376adc72ca9853d67954b3805b7 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 3 Apr 2025 15:55:18 +0700 Subject: [PATCH] fix Dashbord --- src/views/Dashboard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index 2dfe7d1f6..12fd7a588 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -120,7 +120,7 @@ const fileOpen = (url: string, isReport: boolean, fileName: string) => { http .get(url) .then(async (res) => { - const data = res.data; + const data = res.data.result; await genReport(data, fileName, "pdf"); }) .catch((err) => {