Bootstrap

Antd RadioGroup-Change事件获取当前选中值

form.getFieldValue()拿到的值为change之前的值,

e.target.value是预期更改的值即change之后的值(它与getFieldValue值不匹配)

;