可信代码库-AI大模型猜你想问接口对接及功能优化
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user