From f1ba9f74093df4b7367210723b9b0b4a2294db31 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 16 Jul 2024 17:59:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F=E6=AC=A1=E8=B0=83=E7=94=A8=E5=AE=8C?= =?UTF-8?q?=E6=AF=95=E5=88=B7=E6=96=B0=E4=BC=9A=E8=AF=9D=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/packages/ai/AiCopilot.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/packages/ai/AiCopilot.vue b/ui/packages/ai/AiCopilot.vue index cd59b562..6cebcac5 100644 --- a/ui/packages/ai/AiCopilot.vue +++ b/ui/packages/ai/AiCopilot.vue @@ -93,6 +93,7 @@ export default { } }).finally(() => { this.loading = false + this.getConversations() }) }, 100) },