mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2025-02-18 18:20:32 +08:00
fix: export filename
This commit is contained in:
parent
ba2f2429f7
commit
782eb8464f
@ -73,6 +73,6 @@ const handleDetail = (row: OperateLogApi.OperateLogVO) => {
|
|||||||
|
|
||||||
// 导出操作
|
// 导出操作
|
||||||
const handleExport = async () => {
|
const handleExport = async () => {
|
||||||
await exportList(xGrid, '岗位列表.xls')
|
await exportList(xGrid, '操作日志.xls')
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user