|
@@ -366,6 +366,9 @@ export default {
|
|
if (this.$route.params.status + "") {
|
|
if (this.$route.params.status + "") {
|
|
this.listQuery.status = this.$route.params.status;
|
|
this.listQuery.status = this.$route.params.status;
|
|
}
|
|
}
|
|
|
|
+ if(this.$route.params.orderSn){
|
|
|
|
+ this.listQuery.orderSn = this.$route.query.orderSn
|
|
|
|
+ }
|
|
},
|
|
},
|
|
filters: {
|
|
filters: {
|
|
formatCreateTime(time) {
|
|
formatCreateTime(time) {
|