diff --git a/src/modules/13_salary/components/SalaryLists/TabMain.vue b/src/modules/13_salary/components/SalaryLists/TabMain.vue index 8d845e133..9125ded00 100644 --- a/src/modules/13_salary/components/SalaryLists/TabMain.vue +++ b/src/modules/13_salary/components/SalaryLists/TabMain.vue @@ -249,6 +249,7 @@ function changeTabGroup() { store.fetchPeriodLatest(props?.periodLatest, store.tabGroup); store.groupId && fetchDataQuota(store.groupId); store.groupId && fetchDataPeriod(store.groupId); + splitterModel.value = store.roundMainCode === "APR" ? 13 : 16; } /**function เปลี่ยนขั้น*/ @@ -286,6 +287,7 @@ const modalDialogInfoCriteria = ref(false); onMounted(async () => { await fetchDataQuota(store.groupId); await fetchDataPeriod(store.groupId); + splitterModel.value = store.roundMainCode === "APR" ? 13 : 16; }); @@ -404,8 +406,6 @@ onMounted(async () => { ? index === 1 ? 'border-bottom: 1px solid #c8d3db;' : '' - : index === 0 - ? 'border-bottom: 1px solid #c8d3db;' : '' " >