fix Salary

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-06-05 10:48:21 +07:00
parent 783c3c6e50
commit b483007300
5 changed files with 38 additions and 5 deletions

View file

@ -338,7 +338,12 @@ async function onClickDownload(data: DataOption, type: string = "xlsx") {
data.id,
props.rootId,
props.periodId
)
) +
`${
data.id === "emp2-04" || data.id === "emp-04"
? `/type=${data.typeName}`
: ""
}`
)
.then(async (res) => {
const dataList = await res.data.result;