diff --git a/src/modules/13_salary/components/SalaryEmployeeLists/TabMain.vue b/src/modules/13_salary/components/SalaryEmployeeLists/TabMain.vue index 949b3347c..5dc803417 100644 --- a/src/modules/13_salary/components/SalaryEmployeeLists/TabMain.vue +++ b/src/modules/13_salary/components/SalaryEmployeeLists/TabMain.vue @@ -257,7 +257,7 @@ function fetchDataPeriod(id: string) { keyword: formFilter.keyword, type: store.tabType, isRetire: - store.roundMainCode === "APR" + store.roundMainCode !== "OCT" ? null : isRetire.value === true ? "1" diff --git a/src/modules/13_salary/components/SalaryLists/TabMain.vue b/src/modules/13_salary/components/SalaryLists/TabMain.vue index e62e96084..c340ca980 100644 --- a/src/modules/13_salary/components/SalaryLists/TabMain.vue +++ b/src/modules/13_salary/components/SalaryLists/TabMain.vue @@ -266,7 +266,7 @@ function fetchDataPeriod(id: string) { keyword: formFilter.keyword, type: store.tabType, isRetire: - store.roundMainCode === "APR" + store.roundMainCode !== "OCT" ? null : isRetire.value === true ? "1"