This commit is contained in:
bb_pan 2025-03-24 11:15:21 +08:00
parent 88e4d84de7
commit f5e6375b37
1 changed files with 2 additions and 0 deletions

View File

@ -1367,7 +1367,9 @@ export default {
row.fileList.push({ row.fileList.push({
typeId: row.typeId, typeId: row.typeId,
fileName: res.data.fileName, fileName: res.data.fileName,
name: res.data.fileName,
fileUrl: res.data.fileUrl, fileUrl: res.data.fileUrl,
url: res.data.fileUrl,
}) })
} }
console.log('🚀 ~ row.fileList=fileList.map ~ row.fileList:', row.fileList) console.log('🚀 ~ row.fileList=fileList.map ~ row.fileList:', row.fileList)