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