This commit is contained in:
xingyu4j
2022-11-16 10:28:28 +08:00
parent c40076c5bb
commit d485b8289d
16 changed files with 95 additions and 95 deletions

View File

@@ -74,7 +74,6 @@ const handleDetail = (row: OperateLogApi.OperateLogVO) => {
// 导出操作
const handleExport = async () => {
// TODO 星语:缺少 await 噢
exportList(xGrid, '岗位列表.xls')
await exportList(xGrid, '岗位列表.xls')
}
</script>