Merge branch 'nice' into develop

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-20 17:47:50 +07:00
commit f005d119b6

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