Commit b9cb10e6 authored by 张子雨's avatar 张子雨

feat: 修复长期问题

parent f27a592b
...@@ -808,7 +808,7 @@ class BusinessInfo extends Component { ...@@ -808,7 +808,7 @@ class BusinessInfo extends Component {
</Col> </Col>
<Col span={5}> <Col span={5}>
<FormItem> <FormItem>
{getFieldDecorator('legalPersonPeriod', { {getFieldDecorator('checked', {
initialValue: businessInfo.checked, initialValue: businessInfo.checked,
})( })(
<Checkbox.Group <Checkbox.Group
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment