...
|
...
|
@@ -125,6 +125,7 @@ export const tenantFormSchema: FormSchema[] = [ |
125
|
125
|
label: '租户配置',
|
126
|
126
|
component: 'ApiSelect',
|
127
|
127
|
required: true,
|
|
128
|
+ defaultValue: 'Default',
|
128
|
129
|
componentProps: {
|
129
|
130
|
api: selectTenantProfileApi,
|
130
|
131
|
showSearch: true,
|
...
|
...
|
|