diff --git a/src/modules/13_salary/components/05_salaryListsEmployee/TabMain.vue b/src/modules/13_salary/components/05_salaryListsEmployee/TabMain.vue index c41313fa6..8cef3686d 100644 --- a/src/modules/13_salary/components/05_salaryListsEmployee/TabMain.vue +++ b/src/modules/13_salary/components/05_salaryListsEmployee/TabMain.vue @@ -429,7 +429,9 @@ onMounted(() => { v-for="(item, index) in store.roundMainCode === 'APR' ? store.itemDownloadApr : store.roundMainCode === 'OCT' - ? store.itemDownloadOct + ? props.snapShot === 'SNAP1' + ? store.itemDownloadOct.filter((e) => e.id !== 'emp2-01') + : store.itemDownloadOct : []" :key="index" clickable