|
@@ -366,7 +366,7 @@ export default {
|
|
|
if (this.$route.params.status + "") {
|
|
|
this.listQuery.status = this.$route.params.status;
|
|
|
}
|
|
|
- if(this.$route.params.orderSn){
|
|
|
+ if(this.$route.query.orderSn){
|
|
|
this.listQuery.orderSn = this.$route.query.orderSn
|
|
|
}
|
|
|
},
|