We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab14cf2 commit 8869ccaCopy full SHA for 8869cca
ui/src/views/chat/pc/index.vue
@@ -368,6 +368,7 @@ function newChat() {
368
paginationConfig.value.total = 0
369
currentRecordList.value = []
370
}
371
+ closeExecutionDetail()
372
currentChatId.value = 'new'
373
currentChatName.value = t('chat.createChat')
374
if (common.isMobile()) {
@@ -432,6 +433,7 @@ const clickListHandle = (item: any) => {
432
433
434
currentChatId.value = item.id
435
currentChatName.value = item.abstract
436
437
if (currentChatId.value !== 'new') {
438
getChatRecord()
439
0 commit comments