From c741ced8ee60d07ea598395f14d6d452c735c73c Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 9 Oct 2025 10:03:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=89=E8=8A=AF=E4=BA=A4=E6=8E=A5?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=B1=95=E7=A4=BA=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_gx/handover_form.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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=>{