From 7329c72802c7f7af8d5796ccaded437c0525aad3 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Thu, 10 Jul 2025 14:39:56 +0800 Subject: [PATCH] feat: optimize paragraph list handling with pagination and local state management MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1057685 --user=刘瑞斌 【知识库】上传一个txt文档,智能分段,页面会崩溃 https://www.tapd.cn/62980211/s/1727688 --- .../knowledge/component/ParagraphList.vue | 55 +++++++++++++++---- 1 file changed, 45 insertions(+), 10 deletions(-) diff --git a/ui/src/views/knowledge/component/ParagraphList.vue b/ui/src/views/knowledge/component/ParagraphList.vue index 3845df895..a3f1beeaa 100644 --- a/ui/src/views/knowledge/component/ParagraphList.vue +++ b/ui/src/views/knowledge/component/ParagraphList.vue @@ -48,20 +48,18 @@