|
|
|
@ -1440,9 +1440,15 @@ export default { |
|
|
|
|
}); |
|
|
|
|
} else if (this.type == 1) { |
|
|
|
|
this.rowId = id |
|
|
|
|
this.picList = [] |
|
|
|
|
getWaringDetail(id).then(response => { |
|
|
|
|
this.form = response.data; |
|
|
|
|
this.opens = true; |
|
|
|
|
if (response.data.pictureUrlList&&response.data.pictureUrlList.length>0){ |
|
|
|
|
response.data.pictureUrlList.forEach(item=>{ |
|
|
|
|
this.picList.push(this.baseUrl+item) |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
this.title = "详情"; |
|
|
|
|
}); |
|
|
|
|
} else if (this.type == 2) { |
|
|
|
|