From 33406f6964b6f9312ad0f6dd3871b20b590e21b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=98=B1=E8=BE=BE?= Date: Mon, 29 Sep 2025 09:36:42 +0800 Subject: [PATCH] =?UTF-8?q?feat(portal):=20=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?=E6=96=B0=E5=AF=B9=E8=AF=9D=E6=97=B6=E9=87=8D=E7=BD=AE=E5=AF=B9?= =?UTF-8?q?=E8=AF=9DID-=20=E5=9C=A8=E5=BC=80=E5=A7=8B=E6=96=B0=E5=AF=B9?= =?UTF-8?q?=E8=AF=9D=E6=97=B6=E5=B0=86=20conversationId=20=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E4=B8=BA=E7=A9=BA=E5=AD=97=E7=AC=A6=E4=B8=B2=20-=20?= =?UTF-8?q?=E7=A1=AE=E4=BF=9D=E6=AF=8F=E6=AC=A1=E6=96=B0=E5=BB=BA=E5=AF=B9?= =?UTF-8?q?=E8=AF=9D=E9=83=BD=E6=9C=89=E7=8B=AC=E7=AB=8B=E7=9A=84=E6=A0=87?= =?UTF-8?q?=E8=AF=86=E7=AC=A6=20-=E4=BF=AE=E5=A4=8D=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E5=9B=A0=E5=AF=B9=E8=AF=9DID=E9=87=8D=E5=A4=8D=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84=E6=B6=88=E6=81=AF=E5=8F=91=E9=80=81=E9=94=99?= =?UTF-8?q?=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/case/components/sendMessage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/portal/case/components/sendMessage.vue b/src/views/portal/case/components/sendMessage.vue index ddab1692..f44baa3e 100644 --- a/src/views/portal/case/components/sendMessage.vue +++ b/src/views/portal/case/components/sendMessage.vue @@ -329,6 +329,7 @@ export default { }); }, handleNewConversation() { + this.conversationId = '' this.$emit('new-conversation') } }