Explorar el Código

消息中心跳转

liumy hace 1 año
padre
commit
f2912fdfbd
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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) {