Commit 65e1c738 by duxz

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

parent 6f47069d
...@@ -48,7 +48,7 @@ export const useDictSelectRule = () => { ...@@ -48,7 +48,7 @@ export const useDictSelectRule = () => {
}, },
{ {
type: 'select', type: 'select',
field: 'dictValueType', field: 'valueType',
title: '字典值类型', title: '字典值类型',
value: 'str', value: 'str',
options: [ options: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment