Skip to content

Commit 7577fc4

Browse files
YunaiVgitee-org
authored andcommitted
!548 fix: 修复字典选择器数据类型不生效问题
Merge pull request !548 from OlyLis/master
2 parents 6f47069 + 65e1c73 commit 7577fc4

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)