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