From cab26cdc30ad06a4945ee81c3b38d55d42c73ca3 Mon Sep 17 00:00:00 2001 From: lz-ui Date: Sun, 28 Sep 2025 15:21:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8F=96=E6=B6=88=E6=96=B0=E7=AA=97?= =?UTF-8?q?=E5=8F=A3=E6=89=93=E5=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../eventAnalysisReport/components/basketball.vue | 14 +++++++------- .../tc/eventAnalysisReport/components/soccer.vue | 14 +++++++------- src/views/tc/eventAnalysisReport/detail.vue | 4 ++-- src/views/tc/videoScript/components/basketball.vue | 14 +++++++------- src/views/tc/videoScript/components/soccer.vue | 14 +++++++------- src/views/tc/videoScript/detail.vue | 4 ++-- 6 files changed, 32 insertions(+), 32 deletions(-) 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 @@
- + {{ data && data.reportTime }}
diff --git a/src/views/tc/videoScript/components/basketball.vue b/src/views/tc/videoScript/components/basketball.vue index 1e916b5..42146e4 100644 --- a/src/views/tc/videoScript/components/basketball.vue +++ b/src/views/tc/videoScript/components/basketball.vue @@ -124,13 +124,13 @@ function handleView(row) { if (row.reportSatus != 1) { return } - window.open(`/#/tc/videoScript/detail?id=${row.matchId}`) - // router.push({ - // path: '/tc/videoScript/detail', - // query: { - // id: row.matchId - // } - // }) + // window.open(`/#/tc/videoScript/detail?id=${row.matchId}`) + router.push({ + path: '/tc/videoScript/detail', + query: { + id: row.matchId + } + }) } /** 查询角色列表 */ diff --git a/src/views/tc/videoScript/components/soccer.vue b/src/views/tc/videoScript/components/soccer.vue index 618703e..81e480d 100644 --- a/src/views/tc/videoScript/components/soccer.vue +++ b/src/views/tc/videoScript/components/soccer.vue @@ -131,13 +131,13 @@ function handleView(row) { if (row.reportSatus != 1) { return } - window.open(`/#/tc/videoScript/detail?id=${row.matchId}`) - // router.push({ - // path: '/tc/videoScript/detail', - // query: { - // id: row.matchId - // } - // }) + // window.open(`/#/tc/videoScript/detail?id=${row.matchId}`) + router.push({ + path: '/tc/videoScript/detail', + query: { + id: row.matchId + } + }) } /** 查询角色列表 */ function getList() { diff --git a/src/views/tc/videoScript/detail.vue b/src/views/tc/videoScript/detail.vue index f47664f..7525800 100644 --- a/src/views/tc/videoScript/detail.vue +++ b/src/views/tc/videoScript/detail.vue @@ -2,9 +2,9 @@
- + {{ data && data.scriptTime }}