mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 20:28:45 +08:00 
			
		
		
		
	【解决todo】 清空输入框
This commit is contained in:
		@@ -475,6 +475,8 @@ const handleConversationClick = async (conversation: ChatConversationVO) => {
 | 
			
		||||
  await getMessageList()
 | 
			
		||||
  // 滚动底部
 | 
			
		||||
  scrollToBottom(true)
 | 
			
		||||
  // 清空输入框
 | 
			
		||||
  prompt.value = ''
 | 
			
		||||
  return true
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user