From 7c218284a12082be6d457dae1473e53aa2cda5a5 Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Wed, 28 Aug 2024 15:57:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=94=BB=E5=B8=83?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E5=86=B2=E7=AA=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/workflow/common/NodeCascader.vue | 14 ++++---------- ui/src/workflow/nodes/ai-chat-node/index.vue | 15 ++++----------- ui/src/workflow/nodes/base-node/index.vue | 10 +++------- ui/src/workflow/nodes/condition-node/index.vue | 12 +++--------- ui/src/workflow/nodes/function-lib-node/index.vue | 4 ---- ui/src/workflow/nodes/function-node/index.vue | 8 +------- ui/src/workflow/nodes/question-node/index.vue | 13 +++---------- ui/src/workflow/nodes/reply-node/index.vue | 10 +++------- .../workflow/nodes/search-dataset-node/index.vue | 4 ---- 9 files changed, 21 insertions(+), 69 deletions(-) diff --git a/ui/src/workflow/common/NodeCascader.vue b/ui/src/workflow/common/NodeCascader.vue index 0ac0edf20..ab9bf5eb6 100644 --- a/ui/src/workflow/common/NodeCascader.vue +++ b/ui/src/workflow/common/NodeCascader.vue @@ -1,8 +1,6 @@