fix: 修复登录日志导出文件名称错误的问题
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user