Showing
1 changed file
with
1 additions
and
0 deletions
@@ -125,6 +125,7 @@ export const tenantFormSchema: FormSchema[] = [ | @@ -125,6 +125,7 @@ export const tenantFormSchema: FormSchema[] = [ | ||
125 | label: '租户配置', | 125 | label: '租户配置', |
126 | component: 'ApiSelect', | 126 | component: 'ApiSelect', |
127 | required: true, | 127 | required: true, |
128 | + defaultValue: 'Default', | ||
128 | componentProps: { | 129 | componentProps: { |
129 | api: selectTenantProfileApi, | 130 | api: selectTenantProfileApi, |
130 | showSearch: true, | 131 | showSearch: true, |