表单BasicForm,如果后端json有30个字段,前端只想处理10个,formSchema里配置10个,剩余20个会丢失 #2633
Closed
xiatiandegaga
started this conversation in
General
Replies: 1 comment
-
我也挺疑惑的,没看到相关的demo |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
const values = await validate();
只会取到10个值,传到后端就有问题了,请问怎么处理合适?formSchema里用 show: false配置剩下的20个字段太冗余了。
Beta Was this translation helpful? Give feedback.
All reactions