From 40bcad0275806bbf61b214ee5411872214462f5a Mon Sep 17 00:00:00 2001 From: shijing Date: Wed, 26 Feb 2025 13:46:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=B7=A5=E8=89=BA=E8=B7=AF=E7=BA=BF?= =?UTF-8?q?=E6=8C=87=E5=AF=BC=E6=96=87=E4=BB=B6=E5=9C=A8=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E4=B8=AD=E6=9F=A5=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wpm_bx/mlog_detail.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/wpm_bx/mlog_detail.vue b/src/views/wpm_bx/mlog_detail.vue index 5c086904..e89a1317 100644 --- a/src/views/wpm_bx/mlog_detail.vue +++ b/src/views/wpm_bx/mlog_detail.vue @@ -40,7 +40,7 @@ {{ mlogItem.create_time }} - + 查看 @@ -317,7 +317,7 @@
- + @@ -408,7 +408,7 @@ export default { }, ], }, - route_file:'', + route_file:null, handle_date:'', handle_user:'', wm:'', @@ -463,7 +463,7 @@ export default { that.tableData2 = res; }) that.$API.mtm.routepack.list.req({page:0,search:res.routepack_name}).then((res) => { - that.route_file = res[0].document_.file; + that.route_file = res[0].document_!==null?res[0].document_.path:null; }) }); },