Merge branch 'nice' into develop

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-01-30 10:40:48 +07:00
commit 689dcb78cc
2 changed files with 2 additions and 0 deletions

View file

@ -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)

View file

@ -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)