diff --git a/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-child-node.ts b/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-child-node.ts index f9a1be2c0b..98b232f271 100644 --- a/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-child-node.ts +++ b/dolphinscheduler-ui/src/views/projects/task/components/node/fields/use-child-node.ts @@ -72,7 +72,8 @@ export function useChildNode({ span: 24, name: t('project.node.child_node'), props: { - loading: loading + loading: loading, + filterable: true }, options: options, class: 'select-child-node',