mirror of
https://github.com/yangzongzhuan/RuoYi-Vue3.git
synced 2025-06-07 10:49:30 +00:00
修改导出文件名称
This commit is contained in:
parent
bbb45eb72e
commit
1c2da6dfb1
@ -226,7 +226,7 @@ function handleUnlock() {
|
||||
function handleExport() {
|
||||
proxy.download("monitor/logininfor/export", {
|
||||
...queryParams.value,
|
||||
}, `config_${new Date().getTime()}.xlsx`);
|
||||
}, `logininfor_${new Date().getTime()}.xlsx`);
|
||||
}
|
||||
|
||||
getList();
|
||||
|
Loading…
Reference in New Issue
Block a user