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

dev
疯狂的狮子Li 1 year ago
parent 483af13741
commit 9726df3966

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

Loading…
Cancel
Save