fix: export filename

This commit is contained in:
xingyu4j 2022-12-07 15:37:37 +08:00
parent ba2f2429f7
commit 782eb8464f

View File

@ -73,6 +73,6 @@ const handleDetail = (row: OperateLogApi.OperateLogVO) => {
//
const handleExport = async () => {
await exportList(xGrid, '岗位列表.xls')
await exportList(xGrid, '操作日志.xls')
}
</script>