存在隐患附件回问题处理

main
limingtao 11 months ago
parent 34d3e524ee
commit 254db9a670
  1. 12
      pages/investigation/task.vue

@ -579,9 +579,15 @@
}
]
// console.log(this.hiddenDangerList2)
this.fileList = [{
url: v.hdPic
}];
if(v.hdPic){
this.fileList = [{
url: v.hdPic
}];
}else{
this.fileList = [];
}
},
add() {
// this.addInvestigationInfo.type='add'

Loading…
Cancel
Save