|
|
@ -216,7 +216,9 @@ const PlanModal = ({ visible, onCreate, onCancel, dispatch, userLoading, userLis |
|
|
|
{ required: true, message: '请选择巡检点' }, |
|
|
|
]} |
|
|
|
> |
|
|
|
<Select mode="multiple" options={pointOpt} disabled={!pointOpt || type === 'view'} bordered={false} /> |
|
|
|
<Select mode="multiple" options={pointOpt} disabled={!pointOpt || type === 'view'} bordered={false} showSearch |
|
|
|
filterOption={(input, option) => (option?.label ?? '').toLowerCase().includes(input.toLowerCase())} |
|
|
|
/> |
|
|
|
</Form.Item> |
|
|
|
<Form.Item |
|
|
|
name="userIds" |
|
|
|