fix: closeExecutionDetail
This commit is contained in:
parent
ab14cf2e9d
commit
8869cca9de
@ -368,6 +368,7 @@ function newChat() {
|
|||||||
paginationConfig.value.total = 0
|
paginationConfig.value.total = 0
|
||||||
currentRecordList.value = []
|
currentRecordList.value = []
|
||||||
}
|
}
|
||||||
|
closeExecutionDetail()
|
||||||
currentChatId.value = 'new'
|
currentChatId.value = 'new'
|
||||||
currentChatName.value = t('chat.createChat')
|
currentChatName.value = t('chat.createChat')
|
||||||
if (common.isMobile()) {
|
if (common.isMobile()) {
|
||||||
@ -432,6 +433,7 @@ const clickListHandle = (item: any) => {
|
|||||||
currentRecordList.value = []
|
currentRecordList.value = []
|
||||||
currentChatId.value = item.id
|
currentChatId.value = item.id
|
||||||
currentChatName.value = item.abstract
|
currentChatName.value = item.abstract
|
||||||
|
closeExecutionDetail()
|
||||||
if (currentChatId.value !== 'new') {
|
if (currentChatId.value !== 'new') {
|
||||||
getChatRecord()
|
getChatRecord()
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user