|
|
@ -214,11 +214,15 @@ function memberModal (props) { |
|
|
|
style={{ width: 417 }} |
|
|
|
filter |
|
|
|
showClear |
|
|
|
// autoAdjustOverflow={false} |
|
|
|
outerBottomSlot={ |
|
|
|
<p style={{ margin: "6px 26px", }}> |
|
|
|
<Button theme='borderless' onClick={() => { |
|
|
|
form.current.setValue('correlationProject', pomsList_.map(p => p.id)) |
|
|
|
}}>全选</Button> |
|
|
|
<Button theme='borderless' onClick={() => { |
|
|
|
form.current.setValue('correlationProject', []) |
|
|
|
}}>取消选择</Button> |
|
|
|
</p> |
|
|
|
} |
|
|
|
> |
|
|
|