From c35a260495e6e58f36a04fba966d0f9cc014ef0f Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Mon, 2 Oct 2023 15:14:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E2=80=9C=E5=B2=97?= =?UTF-8?q?=E4=BD=8D=E7=AE=A1=E7=90=86=E2=80=9D-=E5=85=A8=E9=83=A8?= =?UTF-8?q?=E5=AF=BC=E5=87=BA-=E6=8C=89=E9=92=AE=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E7=9A=84=E6=96=87=E4=BB=B6=E6=89=A9=E5=B1=95=E5=90=8D=E4=B8=BA?= =?UTF-8?q?xlsx=EF=BC=88SpringBoot=E5=90=8E=E5=8F=B0=E5=AF=BC=E5=87=BA?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=98=AFxlsx=E6=A0=BC=E5=BC=8F=E7=9A=84?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=89=EF=BC=8C=E5=90=A6=E5=88=99excel?= =?UTF-8?q?=E6=89=93=E5=BC=80=E4=BC=9A=E6=8F=90=E7=A4=BA=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/post/utils/hook.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {