@@ -48,10 +48,7 @@ export default {
record.sbFileList = []
return
}
- this.defaultApplicationFileList = this.BaseTool.UPLOAD.transImg(record.sbFileList.map((item, i) => {
- item.id = i
- return item
- }))
+ this.defaultApplicationFileList = this.BaseTool.UPLOAD.transImg(record.sbFileList)
},
getBase64 (file) {
return new Promise((resolve, reject) => {