feat: add defaultValue
parent
d8312d57c5
commit
c233dbcab3
|
@ -58,6 +58,7 @@ export const basicInfoSchemas: FormSchema[] = [
|
|||
field: 'templateType',
|
||||
required: true,
|
||||
component: 'Select',
|
||||
defaultValue: '30',
|
||||
componentProps: {
|
||||
options: getDictOptions(DICT_TYPE.INFRA_CODEGEN_TEMPLATE_TYPE)
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue