|
|
@@ -87,7 +87,8 @@ const OptionSelect: React.FC<OptionSelectProps> = ({ multiple = true, type, onCh
|
|
|
className: 'min-w-180px',
|
|
|
dropdownMatchSelectWidth: true,
|
|
|
onChange: value => trySetOpIds(value),
|
|
|
- treeDefaultExpandAll: true
|
|
|
+ treeDefaultExpandAll: true,
|
|
|
+ treeNodeFilterProp: 'title'
|
|
|
}
|
|
|
if ([statisticOptionMap.STAFF, statisticOptionMap.DEPARTMENT].includes(state.optionType)) {
|
|
|
base.multiple = true
|