From e6b67274a3f714f4181cfdd6dfcfdb171bed1f3d Mon Sep 17 00:00:00 2001 From: CaptainB Date: Tue, 28 Oct 2025 14:55:21 +0800 Subject: [PATCH] chore: update el-select to fetch tags on focus and remove unused watch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1063013 --user=刘瑞斌 【应用编排】文档标签检索组件没有同步知识库更新的标签 https://www.tapd.cn/62980211/s/1790748 --- ui/src/workflow/nodes/search-document-node/index.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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(),