We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ field: 'company_id', label: '公司', component: 'TreeSelect', componentProps: { placeholder: '请选择公司', }, },
正常
{ field: 'company_id', label: '公司', component: 'TreeSelect', componentProps: () => { return { placeholder: '请选择公司', }; }, },
失败
onChange 也无法使用,请问是什么问题
The text was updated successfully, but these errors were encountered:
遇到同样的问题
Sorry, something went wrong.
在拿到树节点数据的时候可能已经调用过updateSchema处理过,它会覆盖掉schema默认写的。我也遇到这个问题,已经解决了。我之前的写法是: 我把这个地方删掉了,统一写在schema里边,如下: 这样就OK了
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days
No branches or pull requests
正常
失败
onChange 也无法使用,请问是什么问题
The text was updated successfully, but these errors were encountered: