|
@@ -52,7 +52,6 @@
|
|
if(item.taskTargetPhotoList){
|
|
if(item.taskTargetPhotoList){
|
|
item.photoList = []
|
|
item.photoList = []
|
|
item.taskTargetPhotoList.map(subItem => {
|
|
item.taskTargetPhotoList.map(subItem => {
|
|
- // subItem.image = subItem.photoBasePath + subItem.photoPath
|
|
|
|
item.photoList.push(subItem.photoPath)
|
|
item.photoList.push(subItem.photoPath)
|
|
})
|
|
})
|
|
}
|
|
}
|