告警信息工单详情图片大图预览回显

main
Tuzki 2 years ago
parent 6d62594f9e
commit f8fdf742ea
  1. 6
      ruoyi-ui/src/views/system/management/emergency-command/info/index.vue

@ -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) {

Loading…
Cancel
Save