Commit 992f50c8 authored by 华国豪's avatar 华国豪 🙄

页面参数报错问题

parent d76a0df4
......@@ -1483,7 +1483,7 @@ export default {
created(){
var that=this;
this.orderObj = this.$route.query.orderObj?JSON.parse(this.$route.query.orderObj):null;
this.isFrompassenger = this.orderObj.isFromPassenger;
this.isFrompassenger = this.orderObj ? this.orderObj.isFromPassenger : undefined;
if(this.orderObj!=null&&this.orderObj.OrderSource===10&&this.isFrompassenger==undefined){
that.Description="旅客名单:";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment