|
|
@ -1642,11 +1642,13 @@ |
|
|
$route:{ |
|
|
$route:{ |
|
|
handler: function(val, oldVal){ |
|
|
handler: function(val, oldVal){ |
|
|
this.$router.onReady(() => { |
|
|
this.$router.onReady(() => { |
|
|
this.modelData.orderNo = this.$route.query.order |
|
|
|
|
|
this.modelData.site = this.$route.query.site |
|
|
|
|
|
this.modelData.user = this.$route.query.user |
|
|
|
|
|
if(this.modelData.orderNo){ |
|
|
|
|
|
this.tableHanddle(this.modelData) |
|
|
|
|
|
|
|
|
if (this.$route.query.order){ |
|
|
|
|
|
this.modelData.orderNo = this.$route.query.order |
|
|
|
|
|
this.modelData.site = this.$route.query.site |
|
|
|
|
|
this.modelData.user = this.$route.query.user |
|
|
|
|
|
if(this.modelData.orderNo){ |
|
|
|
|
|
this.tableHanddle(this.modelData) |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
|