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: 'field33', component: 'ApiTreeSelect', label: '远程下拉树', helpMessage: ['ApiTreeSelect组件', '使用接口提供的数据生成选项'], required: true, // componentProps: { // api: treeOptionsListApi, // resultField: 'list', // onChange: (e, v) => { // console.log('ApiTreeSelect====>:', e, v); // }, // }, componentProps: ({ formModel, formActionType: { updateSchema, setFieldsValue } }) => { return { api: treeOptionsListApi, resultField: 'list', onChange: (e, v) => { console.log('ApiTreeSelect====>:', e, v); updateSchema({ field: 'province', componentProps: { options: provincesOptions, }, }); }, }; }, colProps: { span: 8, }, }
弹出报错无相关属性
The text was updated successfully, but these errors were encountered:
8f90087
@gavin-james 修复了
Sorry, something went wrong.
No branches or pull requests
组件初始化代码
弹出报错无相关属性
The text was updated successfully, but these errors were encountered: