intoDetail(row) { var routeData = this.$router.resolve({ path: '/detail/custDetail', query: {id:123} });window.open(routeData.href);},