Showing
1 changed file
with
7 additions
and
0 deletions
| @@ -128,6 +128,13 @@ export const formSchema: FormSchema[] = [ | @@ -128,6 +128,13 @@ export const formSchema: FormSchema[] = [ | ||
| 128 | }, | 128 | }, |
| 129 | }, | 129 | }, |
| 130 | { | 130 | { |
| 131 | + required: true, | ||
| 132 | + field: 'organizationId', | ||
| 133 | + label: '所属组织', | ||
| 134 | + colProps: { span: 24 }, | ||
| 135 | + component: 'OrgTreeSelect', | ||
| 136 | + }, | ||
| 137 | + { | ||
| 131 | field: 'remark', | 138 | field: 'remark', |
| 132 | label: '说明', | 139 | label: '说明', |
| 133 | component: 'InputTextArea', | 140 | component: 'InputTextArea', |