mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-16 20:05:07 +08:00
【修复】mall 客服会话消息页面高度不一致导致的滚动功能精度失效
This commit is contained in:
@ -75,7 +75,6 @@ watchEffect(() => {
|
||||
}
|
||||
})
|
||||
// ======================= WebSocket end =======================
|
||||
|
||||
/** 加载会话列表 */
|
||||
const keFuConversationRef = ref<InstanceType<typeof KeFuConversationList>>()
|
||||
const getConversationList = () => {
|
||||
@ -85,7 +84,7 @@ const getConversationList = () => {
|
||||
/** 加载指定会话的消息列表 */
|
||||
const keFuChatBoxRef = ref<InstanceType<typeof KeFuMessageList>>()
|
||||
const handleChange = (conversation: KeFuConversationRespVO) => {
|
||||
keFuChatBoxRef.value?.getMessageList(conversation)
|
||||
keFuChatBoxRef.value?.getMessageList(conversation, true)
|
||||
}
|
||||
|
||||
/** 初始化 */
|
||||
|
Reference in New Issue
Block a user