标签:获取 钩子函数 r文件 文件 函数 钩子 ati from 更新
先把router文件引入过来
import router from ‘../../router‘
router.push({name: ‘merchantStationDetail‘, params: {"authorCheckList":authorCheckList,"stationName":stationName,"groupId":groupId}});
填入router配置的路径名称,和相关参数
获取参数
this.authorCheckList=this.$route.params.authorCheckList;
nextTick
应用场景
当一些数据更新后,需要回调一些校验函数
这个时候需要nextTick钩子函数,获取到数据更新后的状态
vue-router使用以及vue下的nextTick钩子函数
标签:获取 钩子函数 r文件 文件 函数 钩子 ati from 更新
原文地址:http://www.cnblogs.com/windseek/p/7412778.html