Browse Source

试试订单

1
mo 2 years ago
parent
commit
081e16a32e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/views/oms/order/index.vue

+ 3 - 0
src/views/oms/order/index.vue

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