fix 修复 登录日志excel导出名称错误

This commit is contained in:
疯狂的狮子Li 2024-09-18 09:42:24 +08:00
parent 483af13741
commit 9726df3966

View File

@ -198,7 +198,7 @@ const handleExport = () => {
{ {
...queryParams.value ...queryParams.value
}, },
`config_${new Date().getTime()}.xlsx` `logininfor_${new Date().getTime()}.xlsx`
); );
}; };