上述传递一个参数

this.$router.push({
path:'/o_management',
query:{
Id:this.mapArry[a.target.Uh.vid].Id
}
})

 上述传递多个参数

this.$router.push({
path:'/o_management',
query:{
uid:row.Id,
state:6
}
})

接收参数:

this.$route.query.Id

 

posted on 2019-08-16 15:55  CRTting  阅读(8132)  评论(0编辑  收藏  举报