소스 검색

商城跳转

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