存在隐患附件回问题处理

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

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

Loading…
Cancel
Save