diff --git a/src/views/tc/eventAnalysisReport/components/basketball.vue b/src/views/tc/eventAnalysisReport/components/basketball.vue index f855811..4ccc86a 100644 --- a/src/views/tc/eventAnalysisReport/components/basketball.vue +++ b/src/views/tc/eventAnalysisReport/components/basketball.vue @@ -129,13 +129,13 @@ function handleView(row) { if (row.reportSatus != 1) { return } - window.open(window.location.origin + '/#/tc/eventAnalysisReport/detail?id=' + row.matchId) - // router.push({ - // path: '/tc/eventAnalysisReport/detail', - // query: { - // id: row.matchId - // } - // }) + // window.open(window.location.origin + '/#/tc/eventAnalysisReport/detail?id=' + row.matchId) + router.push({ + path: '/tc/eventAnalysisReport/detail', + query: { + id: row.matchId + } + }) } /** 查询角色列表 */ diff --git a/src/views/tc/eventAnalysisReport/components/soccer.vue b/src/views/tc/eventAnalysisReport/components/soccer.vue index 64ef242..d4364df 100644 --- a/src/views/tc/eventAnalysisReport/components/soccer.vue +++ b/src/views/tc/eventAnalysisReport/components/soccer.vue @@ -130,13 +130,13 @@ function handleView(row) { if (row.reportSatus != 1) { return } - window.open(window.location.origin + '/#/tc/eventAnalysisReport/detail?id=' + row.matchId) - // router.push({ - // path: '/tc/eventAnalysisReport/detail', - // query: { - // id: row.matchId - // } - // }) + // window.open(window.location.origin + '/#/tc/eventAnalysisReport/detail?id=' + row.matchId) + router.push({ + path: '/tc/eventAnalysisReport/detail', + query: { + id: row.matchId + } + }) } /** 查询角色列表 */ diff --git a/src/views/tc/eventAnalysisReport/detail.vue b/src/views/tc/eventAnalysisReport/detail.vue index 4facf3c..4499e21 100644 --- a/src/views/tc/eventAnalysisReport/detail.vue +++ b/src/views/tc/eventAnalysisReport/detail.vue @@ -2,9 +2,9 @@