fix: filter (#14770)

Co-authored-by: Jim Chen <chenshuai19950725@gmail.com>
Co-authored-by: Rick Cheng <rickchengx@gmail.com>
Co-authored-by: xiangzihao <460888207@qq.com>
This commit is contained in:
Chenshuai 2023-08-20 14:30:47 +08:00 committed by GitHub
parent a491e3a849
commit 502bd36fde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,8 @@ export function useChildNode({
span: 24, span: 24,
name: t('project.node.child_node'), name: t('project.node.child_node'),
props: { props: {
loading: loading loading: loading,
filterable: true
}, },
options: options, options: options,
class: 'select-child-node', class: 'select-child-node',