Explorar el Código

试试订单

1
mo hace 2 años
padre
commit
081e16a32e
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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) {