diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index e2573af0..7fce2a5f 100644 --- a/src/views/wpm_bx/mlog_detail.vue +++ b/src/views/wpm_bx/mlog_detail.vue @@ -35,6 +35,12 @@ @@ -497,6 +503,7 @@ export default { count_use: 0, count_pn_jgqbl: 0, }, + srcList:[], fileList:[], options: [], tableData:[], @@ -604,7 +611,8 @@ export default { let params_json = routeRes.params_json; if(params_json.fileurl){ let fileurl = JSON.parse(params_json.fileurl); - that.imageUrl = fileurl[0].file; + that.imageUrl = fileurl[0].path; + that.srcList.push(fileurl[0].path); } }) }