fix Dashbord

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-03 15:55:18 +07:00
parent 2276b2022c
commit 3f02f9b53e

View file

@ -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) => {