From c4babbecf0b905aa48c1bb3202080fc7c8c5afb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E4=BF=8A=E8=A8=80?= Date: Sat, 20 Sep 2025 16:55:41 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=B5=81=E7=A8=8B=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E5=AD=97=E5=85=B8=E9=80=89=E6=8B=A9=E5=99=A8=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E6=AD=A3=E5=B8=B8=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web-antd/src/components/form-create/rules/use-dict-select.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web-antd/src/components/form-create/rules/use-dict-select.ts b/apps/web-antd/src/components/form-create/rules/use-dict-select.ts index c9c438e8..5f4271f1 100644 --- a/apps/web-antd/src/components/form-create/rules/use-dict-select.ts +++ b/apps/web-antd/src/components/form-create/rules/use-dict-select.ts @@ -39,6 +39,7 @@ export const useDictSelectRule = () => { title: label, info: '', $required: false, + modelField: 'value', }; }, props(_: any, { t }: any) {