fix: 修复字典选择器数据类型不生效问题

This commit is contained in:
duxz 2024-09-10 15:32:44 +08:00
parent 6f47069df8
commit 65e1c7385f

View File

@ -48,7 +48,7 @@ export const useDictSelectRule = () => {
}, },
{ {
type: 'select', type: 'select',
field: 'dictValueType', field: 'valueType',
title: '字典值类型', title: '字典值类型',
value: 'str', value: 'str',
options: [ options: [