From 9fc20ca53f6db71f96b57d815c1d645343d4c000 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Mon, 14 Jul 2025 17:46:33 +0800 Subject: [PATCH] fix: update knowledge-id references in ParagraphDialog.vue for consistency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1058706 --user=刘瑞斌 【知识库】分段问题 6 个 https://www.tapd.cn/62980211/s/1730660 --- ui/src/views/paragraph/component/ParagraphDialog.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/views/paragraph/component/ParagraphDialog.vue b/ui/src/views/paragraph/component/ParagraphDialog.vue index fc8943058..542ccfdd8 100644 --- a/ui/src/views/paragraph/component/ParagraphDialog.vue +++ b/ui/src/views/paragraph/component/ParagraphDialog.vue @@ -26,7 +26,7 @@ ref="paragraphFormRef" :data="detail" :isEdit="isEdit" - :knowledge-id="dataset_id" + :knowledge-id="id" /> @@ -42,7 +42,7 @@