赞
踩
- edit(row){
- this.$router.push({
- name:'xxxx',
- params:{
- id: row.id,
- userId:row.userId,
- password: row.password,
- mobile: row.mobile
- }
- })
- }
页面接收:
首先 data中 是定义的 双向绑定的值,
然后 页面接收参数:
- methods:{
- getParams(){
- this.data中变量 = this.$route.params.xxxxx
-
- }
-
-
- }
这样就可以 拿到值了
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。