From 45c65f4cc4724c225e271d6401327439c2d797ec Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Mon, 27 May 2024 17:31:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E9=97=AE=E9=A2=98=E4=B8=8D=E8=83=BD=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA=E5=AD=97=E7=AC=A6=E4=B8=B2=E3=80=82=20#512=20(#557)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/components/ai-chat/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/ai-chat/index.vue b/ui/src/components/ai-chat/index.vue index b3607df9c..50cf68275 100644 --- a/ui/src/components/ai-chat/index.vue +++ b/ui/src/components/ai-chat/index.vue @@ -357,7 +357,7 @@ function getChartOpenId(chat?: any) { .catch((res) => { if (res.response.status === 403) { application.asyncAppAuthentication(accessToken).then(() => { - getChartOpenId() + getChartOpenId(chat) }) } else { loading.value = false