feat: add defaultValue

pull/19/head
xingyu 2023-05-24 17:25:10 +08:00
parent d8312d57c5
commit c233dbcab3
1 changed files with 1 additions and 0 deletions

View File

@ -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)
},