fix: 修复登录日志导出文件名称错误的问题
This commit is contained in:
parent
5ce1ffd557
commit
a3c9ffdad5
@ -218,7 +218,7 @@ function handleUnlock() {
|
||||
function handleExport() {
|
||||
proxy.download("monitor/logininfor/export", {
|
||||
...queryParams.value,
|
||||
}, `config_${new Date().getTime()}.xlsx`);
|
||||
}, `logininfor_${new Date().getTime()}.xlsx`);
|
||||
}
|
||||
|
||||
getList();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user