通过watch方法监听:
watch:{ //实时拿到路由的参数 '$route' (to, from) { let that = this; that.tabList = to.params.status; that._url(that.tabList); } }