This is an automated email from the ASF dual-hosted git repository.
zihaoxiang pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/dev by this push:
new 502bd36fde fix: filter (#14770)
502bd36fde is described below
commit 502bd36fde3cc57e6119d8044e8a4ea5f27a30a0
Author: Chenshuai <[email protected]>
AuthorDate: Sun Aug 20 14:30:47 2023 +0800
fix: filter (#14770)
Co-authored-by: Jim Chen <[email protected]>
Co-authored-by: Rick Cheng <[email protected]>
Co-authored-by: xiangzihao <[email protected]>
---
.../src/views/projects/task/components/node/fields/use-child-node.ts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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',