ting0527

上述传递一个参数

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

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-07-08
  • 2021-11-28
  • 2021-11-28
  • 2021-11-28
  • 2021-11-28
  • 2022-01-16
猜你喜欢
  • 2021-05-11
  • 2021-11-28
  • 2021-11-28
  • 2021-11-20
  • 2021-10-13
  • 2021-05-20
  • 2022-12-23
相关资源
相似解决方案