From 60cb1eef629d540ac217c949315903b8dc739196 Mon Sep 17 00:00:00 2001
From: wenjinbo <599483010@qq.com>
Date: Wed, 24 Sep 2025 13:38:16 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=A0=E9=99=A4?=
=?UTF-8?q?=E5=90=8E=E7=82=B9=E5=87=BB=E5=8F=96=E6=B6=88=E6=8A=A5=E9=94=99?=
=?UTF-8?q?=EF=BC=8C=E5=A2=9E=E5=8A=A0=E6=99=BA=E8=83=BD=E6=A3=80=E7=B4=A2?=
=?UTF-8?q?=E8=BE=93=E5=85=A5=E6=A1=86=E5=AD=97=E7=AC=A6=E6=95=B0=E9=87=8F?=
=?UTF-8?q?=E9=99=90=E5=88=B6?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../views/chatweb/intelRetrieval/index.vue | 25 +++++++++++++++++++
.../datasets/components/DocumentList.vue | 14 ++++++++---
2 files changed, 35 insertions(+), 4 deletions(-)
diff --git a/chat-client/src/views/chatweb/intelRetrieval/index.vue b/chat-client/src/views/chatweb/intelRetrieval/index.vue
index 61ab0e4..0383f81 100644
--- a/chat-client/src/views/chatweb/intelRetrieval/index.vue
+++ b/chat-client/src/views/chatweb/intelRetrieval/index.vue
@@ -16,8 +16,12 @@
type="text"
placeholder="请输入您要搜索的内容..."
class="search-input"
+ maxlength="50"
@keyup.enter="handleSearch"
/>
+
+ {{ searchQuery.length }}/50
+