mirror of
http://112.124.100.131/ebiz-ai/ebiz-base-ai.git
synced 2025-12-15 22:06:51 +08:00
fix: 修复点击开启新会话的时候,界面显示异常的问题
This commit is contained in:
@@ -132,7 +132,8 @@ export default {
|
||||
this.$emit('update:isSearching', !this.isSearching)
|
||||
},
|
||||
startNewConversation() {
|
||||
this.$emit('update:messages', [])
|
||||
this.$emit('initBotMessage')
|
||||
// this.$emit('update:messages', [])
|
||||
this.$emit('update:conversationId', '')
|
||||
this.$emit('update:productName', '')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user