Showing
1 changed file
with
0 additions
and
1 deletions
| @@ -17,7 +17,6 @@ export const formSchema: FormSchema[] = [ | @@ -17,7 +17,6 @@ export const formSchema: FormSchema[] = [ | ||
| 17 | { | 17 | { |
| 18 | field: 'platform', | 18 | field: 'platform', |
| 19 | label: '平台', | 19 | label: '平台', |
| 20 | - required: true, | ||
| 21 | component: 'Select', | 20 | component: 'Select', |
| 22 | colProps: useGridLayout(2, 3, 4) as unknown as ColEx, | 21 | colProps: useGridLayout(2, 3, 4) as unknown as ColEx, |
| 23 | componentProps: { | 22 | componentProps: { |