From 7c8794fc536fc2d9e1303f557d8f40fa2189ad8d Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 15 Apr 2023 00:53:07 +0800 Subject: [PATCH] =?UTF-8?q?ep-admin:=20fix:=20=E4=BF=AE=E5=A4=8D=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E4=B8=8E=E6=90=9C=E7=B4=A2=E6=A1=86=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E4=B8=8D=E4=B8=80=E8=87=B4=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 9fba2886abdd650f5b1d39f0451e5891f501ee38) --- src/hooks/web/useCrudSchemas.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hooks/web/useCrudSchemas.ts b/src/hooks/web/useCrudSchemas.ts index 66c5eb0a..a29f75ab 100644 --- a/src/hooks/web/useCrudSchemas.ts +++ b/src/hooks/web/useCrudSchemas.ts @@ -29,6 +29,8 @@ type CrudSearchParams = { show?: boolean // 接口 api?: () => Promise + // 搜索字段 + field?: string } & Omit type CrudTableParams = {