fix 修复 登录日志excel导出名称错误
This commit is contained in:
@ -198,7 +198,7 @@ const handleExport = () => {
|
|||||||
{
|
{
|
||||||
...queryParams.value
|
...queryParams.value
|
||||||
},
|
},
|
||||||
`config_${new Date().getTime()}.xlsx`
|
`logininfor_${new Date().getTime()}.xlsx`
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user