Merge branch 'develop' into devTee
This commit is contained in:
commit
8b88e71273
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue