Source/ProjectWeb/src/components/dynamic-components/dynamic-form.vue
@@ -80,7 +80,7 @@ prop: item.field, type: typeValue, value: item.defaultValue, dicData: item.type === 'combox' ? item.dicData : null, dicData: item.type === 'combox' ? item.dicData : item.dicUrl, readonly: item.readOnly, disabled: item.disabled, labelSuffix: item.suffix,