fix report org

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-20 17:47:38 +07:00
parent c03bcb3928
commit 31ee3eb71d

View file

@ -78,6 +78,8 @@ async function getReport(list: string) {
(item: DataDocument) => item.val == list
)?.val;
const newReport = listFind === "report2" ? "report2-history" : listFind;
pdfSrc.value = undefined;
numOfPages.value = 1;
isLoadPDF.value = true;
if (newReport) {
await http