From c788b49d52010dc593b0515216013232efae56d3 Mon Sep 17 00:00:00 2001 From: "chong.yanning@ebiz-digits.com" Date: Thu, 18 Dec 2025 13:41:24 +0800 Subject: [PATCH] =?UTF-8?q?feat(portal):=20=E7=A7=BB=E9=99=A4=E7=BB=84?= =?UTF-8?q?=E4=BB=B6props=E4=B8=AD=E7=9A=84conversationId=E5=B9=B6?= =?UTF-8?q?=E5=B0=86=E5=85=B6=E7=A7=BB=E8=87=B3data=E4=B8=AD=20=E5=B0=86se?= =?UTF-8?q?ndMessage.vue=E7=BB=84=E4=BB=B6=E4=B8=AD=E7=9A=84conversationId?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E4=BB=8Eprops=E7=A7=BB=E5=8A=A8=E5=88=B0data?= =?UTF-8?q?=E4=B8=AD=EF=BC=8C=E4=BB=A5=E4=BE=BF=E6=9B=B4=E5=A5=BD=E5=9C=B0?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E7=BB=84=E4=BB=B6=E5=86=85=E9=83=A8=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/case/components/sendMessage.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/portal/case/components/sendMessage.vue b/src/views/portal/case/components/sendMessage.vue index b2de3ea8..53634549 100644 --- a/src/views/portal/case/components/sendMessage.vue +++ b/src/views/portal/case/components/sendMessage.vue @@ -70,10 +70,6 @@ export default { type: Array, default: () => [], }, - conversationId: { - type: String, - default: "", - }, }, data() { return { @@ -82,6 +78,7 @@ export default { isStopped: false, // 添加停止状态 typingTimer: null, // 添加这一行 thinkTypingTimer: null, // 添加这一行 + conversationId: "", }; }, watch: {