修改导出文件名称
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