From 1be633c94753787bf79b5c4f7e5033d4c8e01b2a Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 30 Jan 2025 10:40:21 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=87=E0=B8=B4=E0=B8=99=E0=B9=80?= =?UTF-8?q?=E0=B8=94=E0=B8=B7=E0=B8=AD=E0=B8=99=20=20report=20=E0=B9=80?= =?UTF-8?q?=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1=E0=B8=AA=E0=B9=88=E0=B8=87?= =?UTF-8?q?=20nodeId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/13_salary/components/04_salaryLists/TabMain.vue | 1 + .../13_salary/components/05_salaryListsEmployee/TabMain.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/modules/13_salary/components/04_salaryLists/TabMain.vue b/src/modules/13_salary/components/04_salaryLists/TabMain.vue index 9f3fdc137..2acee0243 100644 --- a/src/modules/13_salary/components/04_salaryLists/TabMain.vue +++ b/src/modules/13_salary/components/04_salaryLists/TabMain.vue @@ -322,6 +322,7 @@ function onClickDownload(data: DataOption, type: string = "xlsx") { data.id === "go1" ? `${props?.roundFilter?.year}-03-31` : `${props?.roundFilter?.year}-09-30`, + nodeId: props.rootId, }; http .post(config.API.leaveReportLeaveday("officer"), formData) diff --git a/src/modules/13_salary/components/05_salaryListsEmployee/TabMain.vue b/src/modules/13_salary/components/05_salaryListsEmployee/TabMain.vue index 466298f66..6f9b19402 100644 --- a/src/modules/13_salary/components/05_salaryListsEmployee/TabMain.vue +++ b/src/modules/13_salary/components/05_salaryListsEmployee/TabMain.vue @@ -313,6 +313,7 @@ async function onClickDownload(data: DataOption, type: string = "xlsx") { data.id === "emp-08" ? `${props?.roundFilter?.year}-03-31` : `${props?.roundFilter?.year}-09-30`, + nodeId: props.rootId, }; await http .post(config.API.leaveReportLeaveday("employee"), formData)