当前位置:   article > 正文

路由跳转传参(params)_edit(row) { this.$router.push('/studentupdate?id='

edit(row) { this.$router.push('/studentupdate?id=' + row.uid) },在别的页面怎
  1. edit(row){
  2. this.$router.push({
  3. name:'xxxx',
  4. params:{
  5. id: row.id,
  6. userId:row.userId,
  7. password: row.password,
  8. mobile: row.mobile
  9. }
  10. })
  11. }

页面接收:

首先 data中 是定义的 双向绑定的值,

然后 页面接收参数:

  1. methods:{
  2. getParams(){
  3. this.data中变量 = this.$route.params.xxxxx
  4. }
  5. }

这样就可以 拿到值了

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/IT小白/article/detail/338307
推荐阅读
相关标签
  

闽ICP备14008679号