From 20920e67979e9a00aed33d465e8043ab1b8f94ee Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:00:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E4=B8=AD=E8=A1=A8=E5=8D=95=E6=9C=AA=E8=A2=AB?= =?UTF-8?q?=E7=A6=81=E7=94=A8=20(#1764)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ai-chat/component/answer-content/index.vue | 2 +- ui/src/components/markdown/FormRander.vue | 8 ++++---- ui/src/components/markdown/MdRenderer.vue | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ui/src/components/ai-chat/component/answer-content/index.vue b/ui/src/components/ai-chat/component/answer-content/index.vue index 4d1c7a684..96bcd0cdd 100644 --- a/ui/src/components/ai-chat/component/answer-content/index.vue +++ b/ui/src/components/ai-chat/component/answer-content/index.vue @@ -18,7 +18,7 @@ :chat_record_id="answer_text.chat_record_id" :child_node="answer_text.child_node" :runtime_node_id="answer_text.runtime_node_id" - :loading="loading" + :disabled="loading || type == 'log'" v-else-if="answer_text.content" :source="answer_text.content" :send-message="chatMessage" diff --git a/ui/src/components/markdown/FormRander.vue b/ui/src/components/markdown/FormRander.vue index aa4437614..22fee6f64 100644 --- a/ui/src/components/markdown/FormRander.vue +++ b/ui/src/components/markdown/FormRander.vue @@ -1,7 +1,7 @@