diff --git a/src/views/system/post/utils/hook.tsx b/src/views/system/post/utils/hook.tsx index 6349c81..8ba3bd3 100644 --- a/src/views/system/post/utils/hook.tsx +++ b/src/views/system/post/utils/hook.tsx @@ -162,7 +162,7 @@ export function usePostHook() { CommonUtils.fillPaginationParams(searchFormParams, pagination); CommonUtils.fillTimeRangeParams(searchFormParams, timeRange.value); - exportPostExcelApi(toRaw(searchFormParams), "岗位数据.xls"); + exportPostExcelApi(toRaw(searchFormParams), "岗位数据.xlsx"); } async function handleDelete(row) {