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 = {