fix Salary
This commit is contained in:
parent
783c3c6e50
commit
b483007300
5 changed files with 38 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue