发布于 5年前

TypeError: Cannot read property 'getFieldDecorator' of undefined

添加 @Form.create()

@connect(({ test, loading }) => ({
    test,
    loading: loading.effects['test/fetch'],
}))

添加后:

@connect(({ test, loading }) => ({
    test,
    loading: loading.effects['test/fetch'],
}))
@Form.create()
©2020 edoou.com   京ICP备16001874号-3