riophae / vue-treeselect

A multi-select component with nested options support for Vue.js
https://vue-treeselect.js.org/
MIT License
2.89k stars 505 forks source link

输入搜索条件过滤后,再点击父节点前面的复选框,选择的不是过滤后的结果,选择了所有 #546

Open xiongpeiji opened 5 months ago

xiongpeiji commented 5 months ago

<TreeSelect :multiple="true" v-model="form.relationIds" :options="orgData" :normalizer="relationNormalizer" :show-count="true" :value-consists-of="valueConsistsOfOrg" :default-expand-level="3" placeholder="请选择部门" noOptionsText="暂无数据" noResultsText="暂无匹配数据" /> 输入搜索关键字过滤后,再点击顶层节点全选,选择了所有,没有选择过滤后的结果