From 9e2e0baeff46fb6ecfe21145f7250d67b13ca79e Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期一, 30 十二月 2024 17:35:54 +0800 Subject: [PATCH] 去掉空RecordForm --- src/components/FormCreate/src/config/useDictSelectRule.ts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/FormCreate/src/config/useDictSelectRule.ts b/src/components/FormCreate/src/config/useDictSelectRule.ts index 5c5e8ca..f232f48 100644 --- a/src/components/FormCreate/src/config/useDictSelectRule.ts +++ b/src/components/FormCreate/src/config/useDictSelectRule.ts @@ -48,7 +48,7 @@ }, { type: 'select', - field: 'dictValueType', + field: 'valueType', title: '字典值类型', value: 'str', options: [ -- Gitblit v1.9.3