浏览代码

试试订单

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) {