NatChen

Once you have chosen the road of life, you have to be brave enough to go to the end and never look back.

antd 反填表单checkoutbox的时候不生效

{
  getFieldDecorator('channelConfig.taxNumberNotNull',{
  valuePropName: 'checked',   //需要加这个条件
  initialValue:editData.channelConfig.taxNumberNotNull==1?true:false,
  })(<Checkbox>税号</Checkbox>)
}
posted @ 2020-07-08 13:28  NatChen  阅读(241)  评论(0编辑  收藏  举报