mirror of
https://github.com/yangzongzhuan/RuoYi-Vue3.git
synced 2025-06-07 19:14:56 +00:00
修改导出文件名称
This commit is contained in:
parent
bbb45eb72e
commit
1c2da6dfb1
@ -226,7 +226,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();
|
||||||
|
Loading…
Reference in New Issue
Block a user