我做了页面功能查询可以根据公司名称进行查询如图:
编辑页面设置的是单选如下:现在在列表页面查询框里面不能多选,我也设置了下面的属性 但是不起作用
请问需要怎么操作
在src\components\LowDesign\src\utils\tableUtil.ts补充一下代码 后续统一更新
if (['userSelect', 'deptSelect'].includes(controlType) && column[fieldCode].searchMultiple) {
searchOption['column'].multiple = true
}
在src\components\LowDesign\src\utils\tableUtil.ts补充一下代码 后续统一更新
if (['userSelect', 'deptSelect'].includes(controlType) && column[fieldCode].searchMultiple) {
searchOption['column'].multiple = true
}