VueRouter 中' this.$router.push '跳转页面不刷新的问题解决

在跳转后页面添加:
mounted(){
this.getList();//重新加载数据
}
或者
activated(){
this.getList();//重新加载数据
}

posted @ 2021-06-09 11:55  凌波漫步~  阅读(7548)  评论(0编辑  收藏  举报