bugfix: 多条消息的卡片展示

This commit is contained in:
2026-04-01 16:59:22 +08:00
parent 72cd9d28f2
commit 63313d2d81
4 changed files with 36 additions and 89 deletions

View File

@@ -116,7 +116,7 @@
const handleOpenReport = (data) => {
previewRef.value.setSessionId(data.sessionId)
previewRef.value.setReportTitle(data.reportName)
previewRef.value.setReport(data.reportName, data.report)
previewType.value = 'report'
}