mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-25 07:16:51 +00:00
fix:修复ecxel导出问题
This commit is contained in:
@@ -2364,12 +2364,15 @@ class ExportService {
|
|||||||
const row = worksheet.getRow(currentRow)
|
const row = worksheet.getRow(currentRow)
|
||||||
row.height = 24
|
row.height = 24
|
||||||
|
|
||||||
const contentValue = this.formatPlainExportContent(
|
const mediaKey = `${msg.localType}_${msg.localId}`
|
||||||
msg.content,
|
const mediaItem = mediaCache.get(mediaKey)
|
||||||
msg.localType,
|
const contentValue = mediaItem?.relativePath
|
||||||
options,
|
|| this.formatPlainExportContent(
|
||||||
voiceTranscriptMap.get(msg.localId)
|
msg.content,
|
||||||
)
|
msg.localType,
|
||||||
|
options,
|
||||||
|
voiceTranscriptMap.get(msg.localId)
|
||||||
|
)
|
||||||
|
|
||||||
// 调试日志
|
// 调试日志
|
||||||
if (msg.localType === 3 || msg.localType === 47) {
|
if (msg.localType === 3 || msg.localType === 47) {
|
||||||
|
|||||||
Reference in New Issue
Block a user