diff --git a/ui/src/workflow/nodes/search-document-node/index.vue b/ui/src/workflow/nodes/search-document-node/index.vue index 14c39b596..ce23371b3 100644 --- a/ui/src/workflow/nodes/search-document-node/index.vue +++ b/ui/src/workflow/nodes/search-document-node/index.vue @@ -194,7 +194,7 @@
- + form_data.value.knowledge_id_list, - (val) => { - getAllTags(val) - }, -) - const validate = () => { return Promise.all([ nodeCascaderRef.value?.validate(),