可信代码库-AI大模型猜你想问接口对接及功能优化

This commit is contained in:
付民康
2025-05-21 15:11:27 +08:00
parent 1b64c9580f
commit d877d09803

View File

@@ -357,6 +357,12 @@ const fetchFollowupQuestions = async (question,df_id,sql_id='') => {
console.error('查询相关问题失败:', error);
// Message.error('创建会话失败,请重试');
}
nextTick(() => {
conversationRef.value?.scrollTo({
top: conversationRef.value.scrollHeight,
behavior: 'smooth',
});
});
};
const handleSelectConv = (convId: string) => {