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
3.7.1
我在高级查询中使用部门选择组件: export const superQuerySchema = { userId: { title: '用户ID', order: 1, view: 'list', type: 'string', dictTable: 'sys_user', dictCode: 'id', dictText: 'realname' }, roleId: { title: '角色ID', order: 2, view: 'list', type: 'string', dictTable: 'sys_role', dictCode: 'id', dictText: 'role_name' }, departId: { title: '部门ID', order: 3, view: 'sel_depart', type: 'string' }, }; 但我发现如果在departId中添加:multiple: false 弹出来的部门选择依然是可以多选的
export const superQuerySchema = { userId: { title: '用户ID', order: 1, view: 'list', type: 'string', dictTable: 'sys_user', dictCode: 'id', dictText: 'realname' }, roleId: { title: '角色ID', order: 2, view: 'list', type: 'string', dictTable: 'sys_role', dictCode: 'id', dictText: 'role_name' }, departId: { title: '部门ID', order: 3, view: 'sel_depart', type: 'string' }, };
The text was updated successfully, but these errors were encountered:
zy
Sorry, something went wrong.
No branches or pull requests
版本号:
3.7.1
问题描述:
我在高级查询中使用部门选择组件:
export const superQuerySchema = { userId: { title: '用户ID', order: 1, view: 'list', type: 'string', dictTable: 'sys_user', dictCode: 'id', dictText: 'realname' }, roleId: { title: '角色ID', order: 2, view: 'list', type: 'string', dictTable: 'sys_role', dictCode: 'id', dictText: 'role_name' }, departId: { title: '部门ID', order: 3, view: 'sel_depart', type: 'string' }, };
但我发现如果在departId中添加:multiple: false
弹出来的部门选择依然是可以多选的
错误截图:
友情提示:
The text was updated successfully, but these errors were encountered: