Showing
1 changed file
with
7 additions
and
0 deletions
| ... | ... | @@ -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 | 138 | field: 'remark', |
| 132 | 139 | label: '说明', |
| 133 | 140 | component: 'InputTextArea', | ... | ... |