fix
This commit is contained in:
parent
a87e0bd015
commit
c0c2b53532
1 changed files with 3 additions and 2 deletions
|
|
@ -152,10 +152,11 @@ function fetchReportPDF() {
|
||||||
|
|
||||||
async function fetchDataReportUnified(
|
async function fetchDataReportUnified(
|
||||||
reportCode: string,
|
reportCode: string,
|
||||||
employeeClass: string,
|
employeeClass: string
|
||||||
) {
|
) {
|
||||||
isLoadFilePdf.value = true;
|
isLoadFilePdf.value = true;
|
||||||
pdfSrc.value = undefined
|
pdfSrc.value = undefined;
|
||||||
|
page.value = 1;
|
||||||
const isHalfYearReport = (id: string) =>
|
const isHalfYearReport = (id: string) =>
|
||||||
["go1", "go2", "go2-01", "emp-08", "emp2-08"].includes(id);
|
["go1", "go2", "go2-01", "emp-08", "emp2-08"].includes(id);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue