From eaf61923b73386b77405555016cc1ceef0a3ed3b Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 19 Mar 2024 09:23:00 +0700 Subject: [PATCH] =?UTF-8?q?fix=20bug=20=E0=B9=80=E0=B8=87=E0=B8=B4?= =?UTF-8?q?=E0=B8=99=E0=B9=80=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 --- .../13_salary/components/SalaryEmployeeLists/TabMain.vue | 2 +- src/modules/13_salary/components/SalaryLists/TabMain.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/13_salary/components/SalaryEmployeeLists/TabMain.vue b/src/modules/13_salary/components/SalaryEmployeeLists/TabMain.vue index 29e088306..7df603b80 100644 --- a/src/modules/13_salary/components/SalaryEmployeeLists/TabMain.vue +++ b/src/modules/13_salary/components/SalaryEmployeeLists/TabMain.vue @@ -238,7 +238,7 @@ function fetchDataPeriod(id: string) { pageSize: formFilter.pageSize.toString(), keyword: formFilter.keyword, type: store.tabType === "RETIRE" ? "" : store.tabType, - isRetire: store.tabType === "RETIRE" ? true : null, + isRetire: store.tabType === "RETIRE" ? "1" : null, }; http diff --git a/src/modules/13_salary/components/SalaryLists/TabMain.vue b/src/modules/13_salary/components/SalaryLists/TabMain.vue index 9f4a54cb9..ffef246fc 100644 --- a/src/modules/13_salary/components/SalaryLists/TabMain.vue +++ b/src/modules/13_salary/components/SalaryLists/TabMain.vue @@ -263,7 +263,7 @@ function fetchDataPeriod(id: string) { pageSize: formFilter.pageSize.toString(), keyword: formFilter.keyword, type: store.tabType === "RETIRE" ? "" : store.tabType, - isRetire: store.tabType === "RETIRE" ? true : null, + isRetire: store.tabType === "RETIRE" ? "1" : null, }; http