Skip to content

Commit 65e1c73

Browse files
author
duxz
committed
fix: 修复字典选择器数据类型不生效问题
1 parent 6f47069 commit 65e1c73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FormCreate/src/config/useDictSelectRule.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const useDictSelectRule = () => {
4848
},
4949
{
5050
type: 'select',
51-
field: 'dictValueType',
51+
field: 'valueType',
5252
title: '字典值类型',
5353
value: 'str',
5454
options: [

0 commit comments

Comments
 (0)