From 241236ec6f82a64ec837019ecb8ba7c7bc838a58 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Wed, 12 Mar 2025 12:08:58 +0700 Subject: [PATCH] salary Emp --- .../13_salary/components/05_salaryListsEmployee/TabMain.vue | 2 ++ src/modules/13_salary/views/05_salaryListsEmployee.vue | 1 + 2 files changed, 3 insertions(+) diff --git a/src/modules/13_salary/components/05_salaryListsEmployee/TabMain.vue b/src/modules/13_salary/components/05_salaryListsEmployee/TabMain.vue index dca54c045..c41313fa6 100644 --- a/src/modules/13_salary/components/05_salaryListsEmployee/TabMain.vue +++ b/src/modules/13_salary/components/05_salaryListsEmployee/TabMain.vue @@ -35,6 +35,7 @@ const props = defineProps({ periodId: { type: String, require: true }, roundFilter: { type: Object, require: true }, snapShot: { type: String, require: true }, + revisionId: { type: String, require: true }, }); const splitterModel = ref(13); @@ -315,6 +316,7 @@ async function onClickDownload(data: DataOption, type: string = "xlsx") { ? `${props?.roundFilter?.year}-03-31` : `${props?.roundFilter?.year}-09-30`, nodeId: props.rootId, + revisionId: props.revisionId, }; await http .post(config.API.leaveReportLeaveday("employee"), formData) diff --git a/src/modules/13_salary/views/05_salaryListsEmployee.vue b/src/modules/13_salary/views/05_salaryListsEmployee.vue index c50a33271..d74831324 100644 --- a/src/modules/13_salary/views/05_salaryListsEmployee.vue +++ b/src/modules/13_salary/views/05_salaryListsEmployee.vue @@ -531,6 +531,7 @@ onMounted(async () => { :root-id="agencyFilter" :round-filter="roundFilter" :snap-shot="snapFilter" + :revision-id="roundFilter.revisionId" />