This commit is contained in:
parent
88e4d84de7
commit
f5e6375b37
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue