方法1
用InputNumber中的formatter属性对数据进行处理
把数据转换成number类型
null和‘’都会转换成0
方法2
用this.props.form.setFieldsValue
注意点:
这里要延时执行,不然数据不能更新
方法3
用getFieldDecorator中的属性getValueFromEvent属性
详细查看官网api:https://3x.ant.design/components/form-cn/#getFieldDecorator(id,-options)-%E5%8F%82%E6%95%B0