From beb25356603f88142fd891701007c8b1e853f79f Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 25 Jun 2025 16:54:45 +0700 Subject: [PATCH] =?UTF-8?q?fix=20=20revisionId=20=3D=3D>=20=20=E0=B8=A3?= =?UTF-8?q?=E0=B8=B2=E0=B8=A2=E0=B8=87=E0=B8=B2=E0=B8=99=E0=B8=A3=E0=B8=B0?= =?UTF-8?q?=E0=B8=9A=E0=B8=9A=E0=B9=80=E0=B8=87=E0=B8=B4=E0=B8=99=E0=B9=80?= =?UTF-8?q?=E0=B8=94=E0=B8=B7=E0=B8=AD=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/21_report/views/05_reportSalary.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/modules/21_report/views/05_reportSalary.vue b/src/modules/21_report/views/05_reportSalary.vue index 197a0694c..6f2c8b4e2 100644 --- a/src/modules/21_report/views/05_reportSalary.vue +++ b/src/modules/21_report/views/05_reportSalary.vue @@ -98,6 +98,8 @@ async function fetchDataRound() { await fetchDataOrg(roundOptions.value[0].revisionId); } else { isRound.value = false; + round.value = ""; + roundOptions.value = []; } }) .catch((e) => { @@ -176,6 +178,7 @@ async function fetchDataReportUnified( ? `${round.value?.year}-03-31` : `${round.value?.year}-09-30`, nodeId: nodeId.value, + revisionId: round.value?.revisionId, }; if (reportCode === "go2-01") {