fix: export filename

plp
xingyu4j 3 years ago
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…
Cancel
Save