|
@@ -157,18 +157,16 @@
|
|
}
|
|
}
|
|
copyUserList.push(p)
|
|
copyUserList.push(p)
|
|
})
|
|
})
|
|
|
|
+ const backlogPhotoList = []
|
|
|
|
+ this.lists.map(item =>{
|
|
|
|
+ let photo = {
|
|
|
|
+ photoPath:item.response.data
|
|
|
|
+ }
|
|
|
|
+ backlogPhotoList.push(photo)
|
|
|
|
+ })
|
|
let params = {
|
|
let params = {
|
|
"copyUserList": copyUserList,
|
|
"copyUserList": copyUserList,
|
|
- "backlogPhotoList":[
|
|
|
|
- {
|
|
|
|
- "photoBasePath":"www.baidu.com",
|
|
|
|
- "photoPath":"123.jpg"
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- "photoBasePath":"www.baidu.com",
|
|
|
|
- "photoPath":"124.jpg"
|
|
|
|
- }
|
|
|
|
- ],
|
|
|
|
|
|
+ "backlogPhotoList": backlogPhotoList,
|
|
"clsNo": this.evaItemSelected ? this.evaItemSelected.assessItemId : '',
|
|
"clsNo": this.evaItemSelected ? this.evaItemSelected.assessItemId : '',
|
|
"clsName": this.evaItemSelected ? this.evaItemSelected.name : '',
|
|
"clsName": this.evaItemSelected ? this.evaItemSelected.name : '',
|
|
"problemDesc": this.remarks,
|
|
"problemDesc": this.remarks,
|