diff --git a/src/views/wpm_gx/handover_form.vue b/src/views/wpm_gx/handover_form.vue index a8b7c456..515083f8 100644 --- a/src/views/wpm_gx/handover_form.vue +++ b/src/views/wpm_gx/handover_form.vue @@ -179,7 +179,9 @@ :accept="['.xlsx', '.xls']" @success = "fileUPSuccess" > - + +
+ {{form.oinfo_json.test_file}} @@ -615,6 +617,12 @@ export default { console.log('交接记录查看',data) let that = this; Object.assign(this.form, data); + let obj = {}; + if(data.oinfo_json&&data.oinfo_json.test_file){ + obj.name=data.oinfo_json.test_file; + obj.url=data.oinfo_json.test_file; + this.fileList.push(obj); + } that.totalCount = 0; that.form.handoverb = data.handoverb; data.handoverb.forEach(item=>{