Skip to content

Commit

Permalink
修改导出文件名称
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzongzhuan committed Sep 11, 2024
1 parent bbb45eb commit 1c2da6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/monitor/logininfor/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1c2da6d

Please sign in to comment.