fix See merge request crowd-2019/crowd-test-service-front!132
@@ -34,7 +34,8 @@
goToDetail(userId) {
this.$router.push({
name: 'NewAgencyDetail',
- params: {id: userId, type: 1}
+ path:'/agency/detail',
+ query: {id: userId, type: 1}
})
},
}