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;
})
});
},