This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-14 17:30:21 +07:00
parent a87e0bd015
commit c0c2b53532

View file

@ -152,10 +152,11 @@ function fetchReportPDF() {
async function fetchDataReportUnified(
reportCode: string,
employeeClass: string,
employeeClass: string
) {
isLoadFilePdf.value = true;
pdfSrc.value = undefined
pdfSrc.value = undefined;
page.value = 1;
const isHalfYearReport = (id: string) =>
["go1", "go2", "go2-01", "emp-08", "emp2-08"].includes(id);