Fix(AI):[#3812]查看历史对话详情页无数据

This commit is contained in:
lifizer
2025-05-22 16:21:17 +08:00
parent f0a187f2b1
commit d86a2272de
+2 -1
View File
@@ -337,7 +337,8 @@ export default {
conversationId: item.messageId,
showCursor: false,
listQuestion: item.listQuestion || [],
type: -2
type: -2,
showMoreInfo: {}
})
}
}