瀏覽代碼

商城跳转

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