From a60db08794c21b5c20a4c63ca8b13c40cbd123e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E6=B0=91=E5=BA=B7?= Date: Mon, 9 Jun 2025 16:52:21 +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=E9=A6=96=E9=A1=B5=E6=8E=A8?= =?UTF-8?q?=E8=8D=90=E9=97=AE=E9=A2=98=E6=8E=A5=E5=8F=A3=E5=8F=8A=E5=AF=B9?= =?UTF-8?q?=E8=AF=9D=E6=90=9C=E7=B4=A2=E5=8A=9F=E8=83=BD=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 | 2 +- 1 file changed, 1 insertion(+), 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 3a38684..b3b557d 100644 --- a/src/views/Jyh/AI/Home/components/ViewHistoryAside/ViewHistoryAside.vue +++ b/src/views/Jyh/AI/Home/components/ViewHistoryAside/ViewHistoryAside.vue @@ -316,7 +316,7 @@ const confirmEdit = async (item) => { newTitle: item.tempTitle }); - if (res.data.code === 20000) { + if (res.data.code === 20000 ||res.data.code === 20001) { item.title = item.tempTitle; // 更新标题 item.isEditing = false; // 退出编辑状态 Message.success('标题修改成功');