watch: {
$route(to, from) {
if (this.$route.query.id) {
console.log('触发事件内容')
this.selectfitacsub()//数据开始
}
}
},
vue路由不变,参数改变没效果解决
最新推荐文章于 2024-06-21 10:09:53 发布
watch: {
$route(to, from) {
if (this.$route.query.id) {
console.log('触发事件内容')
this.selectfitacsub()//数据开始
}
}
},