第一次提交

This commit is contained in:
马三炮 2025-12-26 10:51:11 +08:00
parent e49f216474
commit 7af15600ed
1 changed files with 2 additions and 2 deletions

View File

@ -235,11 +235,11 @@ const onExportPersonArrange = (queryParams) => {
...queryParams, ...queryParams,
}, },
`人员安排表.xlsx`, `人员安排表.xlsx`,
{ /*{
headers: { headers: {
'Content-Type': 'application/json', 'Content-Type': 'application/json',
}, },
}, },*/
) )
} }