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