下拉多选控件JSelectMultiple,搜索不好使

pull/237/head
zhangdaiscott 2022-11-09 16:29:46 +08:00
parent e59303f3bb
commit 0674a32fe9
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@
//update-begin-author:taoyan date:2022-5-31 for: VUEN-1145 //update-begin-author:taoyan date:2022-5-31 for: VUEN-1145
function filterOption(input, option) { function filterOption(input, option) {
return option.children[0].el.data.toLowerCase().indexOf(input.toLowerCase()) >= 0; return option.children()[0].children.toLowerCase().indexOf(input.toLowerCase()) >= 0;
} }
//update-end-author:taoyan date:2022-5-31 for: VUEN-1145 //update-end-author:taoyan date:2022-5-31 for: VUEN-1145