在ant3.0中 在组件直接可以动态更新 class UpdateForm extends Component { static propTypes = { categoryName: PropTypes.string.isRequired, } render() { const { categoryName} = this.props const { getFieldDecorator } = this.props.form return ( <Form> <Item>