فهرست منبع

商城跳转

1
mo 2 سال پیش
والد
کامیت
060db6ae52
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/oms/order/index.vue

+ 1 - 1
src/views/oms/order/index.vue

@@ -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
     }
   },