You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.
lockbot
locked as resolved and limited conversation to collaborators
Sep 11, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version
1.0.3
Environment
1.0.3
Reproduction link
Steps to reproduce
后台返回的数据在form中没有对应的item的情况,如下:
formdata:{'name':'zhangsan','age':17,'guid':null}
(后台返回的数据比较多,有些项目不需要展示出来)
这时表单中没有GUID这一项,用这个数据调用 setFieldsValue 时报错
错误信息: Cannot convert undefined or null to object"
What is expected?
麻烦处理一下null值,按空值处理
What is actually happening?
报错,form不能正常显示出来数据
The text was updated successfully, but these errors were encountered: