From 7df5c093b01923e12b3a0222f96c628c8b252efe Mon Sep 17 00:00:00 2001 From: wjh Date: Wed, 13 Mar 2024 12:07:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E7=BA=A7=E8=81=94?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fields/component/Select/selectComponentFieldSettings.tsx | 1 - .../core/client/src/schema-component/antd/select/Select.tsx | 1 + .../src/client/schema-components/association-field/Editable.tsx | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/client/src/modules/fields/component/Select/selectComponentFieldSettings.tsx b/packages/core/client/src/modules/fields/component/Select/selectComponentFieldSettings.tsx index 876b0f833..f107afef3 100644 --- a/packages/core/client/src/modules/fields/component/Select/selectComponentFieldSettings.tsx +++ b/packages/core/client/src/modules/fields/component/Select/selectComponentFieldSettings.tsx @@ -116,7 +116,6 @@ const titleField: any = { dn.emit('patch', { schema, }); - dn.refresh(); }, }; diff --git a/packages/core/client/src/schema-component/antd/select/Select.tsx b/packages/core/client/src/schema-component/antd/select/Select.tsx index 35781655e..3d9784817 100644 --- a/packages/core/client/src/schema-component/antd/select/Select.tsx +++ b/packages/core/client/src/schema-component/antd/select/Select.tsx @@ -40,6 +40,7 @@ const ObjectSelect = (props: Props) => { } return currentOptions.shift(); }; + return (