Browse Source

消息中心跳转

liumy 1 năm trước cách đây
mục cha
commit
f2912fdfbd
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      src/views/page/orderManage-sup/purOrderDelivery/index.vue

+ 5 - 0
src/views/page/orderManage-sup/purOrderDelivery/index.vue

@@ -333,6 +333,11 @@ export default {
           this.listLoading = false;
         });
     }
+    if(this.$route.query.msgRouteUni && this.$route.query.spdId){
+      this.listQuery.spdId = this.$route.query.spdId;
+      this.listQuery.id = this.$route.query.msgRouteUni;
+      this.getOutboundData()
+    }
   },
   methods: {
     tabClick(tab) {