From 2fbeb4300f6f59bf76704ebf8ba6a6b70536101a Mon Sep 17 00:00:00 2001 From: zhangzhanwei Date: Wed, 16 Jul 2025 13:41:13 +0800 Subject: [PATCH] fix: Paragraph card --- .../knowledge-source-component/ExecutionDetailContent.vue | 2 -- ui/src/views/paragraph/component/ParagraphCard.vue | 1 - ui/src/views/paragraph/index.vue | 2 +- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailContent.vue b/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailContent.vue index f00abb49a..c777f25ac 100644 --- a/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailContent.vue +++ b/ui/src/components/ai-chat/component/knowledge-source-component/ExecutionDetailContent.vue @@ -636,7 +636,6 @@ const props = defineProps<{ appType?: string }>() -console.log(props) const messageList = computed(() => { const chat_step = props.detail?.find(item => item.step_type == "chat_step") @@ -689,7 +688,6 @@ const historyRecord = computed(() => { } }) const messages = messageList.value.filter((item: any) => item.role != "system") -console.log(messages) const currentChat = computed(() => { if (messageList.value) { diff --git a/ui/src/views/paragraph/component/ParagraphCard.vue b/ui/src/views/paragraph/component/ParagraphCard.vue index 9f0766fdf..5c5b99874 100644 --- a/ui/src/views/paragraph/component/ParagraphCard.vue +++ b/ui/src/views/paragraph/component/ParagraphCard.vue @@ -139,7 +139,6 @@ const props = defineProps<{ showMoveDown?: boolean }>() -console.log(props) const route = useRoute() const { diff --git a/ui/src/views/paragraph/index.vue b/ui/src/views/paragraph/index.vue index 43f4f34e5..2393f74c5 100644 --- a/ui/src/views/paragraph/index.vue +++ b/ui/src/views/paragraph/index.vue @@ -85,7 +85,7 @@