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
Warning: Failed prop type: Invalid prop state of value success supplied to Config(Select), expected one of ["error","loading"]. <TreeSelect key="deptId" hasArrow={false} treeDefaultExpandAll dataSource={deptTree} {...field.init('deptId',{ rules: {required: true,message: '部门不能为空!'}})} onChange={handleChange} style={{ width: 758 }} /> 说明:异常只是在首次打开Dialog时提交Form会报此异常,再次添加就不会报了
state
success
Config(Select)
The text was updated successfully, but these errors were encountered:
youluna
No branches or pull requests
Warning: Failed prop type: Invalid prop
state
of valuesuccess
supplied toConfig(Select)
, expected one of ["error","loading"].<TreeSelect key="deptId" hasArrow={false} treeDefaultExpandAll dataSource={deptTree} {...field.init('deptId',{ rules: {required: true,message: '部门不能为空!'}})} onChange={handleChange} style={{ width: 758 }} />
说明:异常只是在首次打开Dialog时提交Form会报此异常,再次添加就不会报了
The text was updated successfully, but these errors were encountered: