This is an automated email from the ASF dual-hosted git repository.
kerwin pushed a commit to branch 3.1.9-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git
The following commit(s) were added to refs/heads/3.1.9-prepare by this push:
new ef7f17f0b0 fix: filter (#14770)
ef7f17f0b0 is described below
commit ef7f17f0b02de66f113550d1729e2e2f8f5e9127
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',