detail(id) { let routerJump = this.$router.resolve({ path: '/eventwarn/detail', query: { id } }); window.open(routerJump.href, '_blank'); },