소스 검색

试试订单

1
mo 2 년 전
부모
커밋
081e16a32e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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) {