From dbcf9db3d4bbed24ced49f65b01e560b13ac6f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B0=91=E5=BA=B7?= Date: Tue, 24 Jun 2025 18:13:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E4=BF=A1=E4=BB=A3=E7=A0=81=E5=BA=93-A?= =?UTF-8?q?I=E5=A4=A7=E6=A8=A1=E5=9E=8B=E5=85=AC=E7=BD=91=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AI/Home/components/ViewHistoryAside/ViewHistoryAside.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/Jyh/AI/Home/components/ViewHistoryAside/ViewHistoryAside.vue b/src/views/Jyh/AI/Home/components/ViewHistoryAside/ViewHistoryAside.vue index 2404815..5e2e977 100644 --- a/src/views/Jyh/AI/Home/components/ViewHistoryAside/ViewHistoryAside.vue +++ b/src/views/Jyh/AI/Home/components/ViewHistoryAside/ViewHistoryAside.vue @@ -322,7 +322,8 @@ const confirmEdit = async (item) => { // }); const res = await fetchChangeConversationTitle({ conversationId: item.conversationId, - newTitle: item.tempTitle + newTitle: item.tempTitle, + userId: props.username, }); if (res.data.code === 200 ||res.data.code === 20001||res.data.code === 20000) {