fix:取消新窗口打开

This commit is contained in:
lz-ui 2025-09-28 15:21:40 +08:00
parent bf4d4e3b9e
commit cab26cdc30
6 changed files with 32 additions and 32 deletions

View File

@ -129,13 +129,13 @@ function handleView(row) {
if (row.reportSatus != 1) { if (row.reportSatus != 1) {
return return
} }
window.open(window.location.origin + '/#/tc/eventAnalysisReport/detail?id=' + row.matchId) // window.open(window.location.origin + '/#/tc/eventAnalysisReport/detail?id=' + row.matchId)
// router.push({ router.push({
// path: '/tc/eventAnalysisReport/detail', path: '/tc/eventAnalysisReport/detail',
// query: { query: {
// id: row.matchId id: row.matchId
// } }
// }) })
} }
/** 查询角色列表 */ /** 查询角色列表 */

View File

@ -130,13 +130,13 @@ function handleView(row) {
if (row.reportSatus != 1) { if (row.reportSatus != 1) {
return return
} }
window.open(window.location.origin + '/#/tc/eventAnalysisReport/detail?id=' + row.matchId) // window.open(window.location.origin + '/#/tc/eventAnalysisReport/detail?id=' + row.matchId)
// router.push({ router.push({
// path: '/tc/eventAnalysisReport/detail', path: '/tc/eventAnalysisReport/detail',
// query: { query: {
// id: row.matchId id: row.matchId
// } }
// }) })
} }
/** 查询角色列表 */ /** 查询角色列表 */

View File

@ -2,9 +2,9 @@
<div class="app-container" v-loading="loading"> <div class="app-container" v-loading="loading">
<!--顶部--> <!--顶部-->
<div class="flex align-center mb-20"> <div class="flex align-center mb-20">
<!-- <el-icon @click="proxy.$router.go(-1)" class="mr-6 cursor"> <el-icon @click="proxy.$router.go(-1)" class="mr-6 cursor">
<ArrowLeftBold /> <ArrowLeftBold />
</el-icon> --> </el-icon>
{{ data && data.reportTime }} {{ data && data.reportTime }}
</div> </div>

View File

@ -124,13 +124,13 @@ function handleView(row) {
if (row.reportSatus != 1) { if (row.reportSatus != 1) {
return return
} }
window.open(`/#/tc/videoScript/detail?id=${row.matchId}`) // window.open(`/#/tc/videoScript/detail?id=${row.matchId}`)
// router.push({ router.push({
// path: '/tc/videoScript/detail', path: '/tc/videoScript/detail',
// query: { query: {
// id: row.matchId id: row.matchId
// } }
// }) })
} }
/** 查询角色列表 */ /** 查询角色列表 */

View File

@ -131,13 +131,13 @@ function handleView(row) {
if (row.reportSatus != 1) { if (row.reportSatus != 1) {
return return
} }
window.open(`/#/tc/videoScript/detail?id=${row.matchId}`) // window.open(`/#/tc/videoScript/detail?id=${row.matchId}`)
// router.push({ router.push({
// path: '/tc/videoScript/detail', path: '/tc/videoScript/detail',
// query: { query: {
// id: row.matchId id: row.matchId
// } }
// }) })
} }
/** 查询角色列表 */ /** 查询角色列表 */
function getList() { function getList() {

View File

@ -2,9 +2,9 @@
<div class="app-container" v-loading="loading"> <div class="app-container" v-loading="loading">
<!--顶部--> <!--顶部-->
<div class="flex align-center mb-20"> <div class="flex align-center mb-20">
<!-- <el-icon @click="proxy.$router.go(-1)" class="mr-6 cursor"> <el-icon @click="proxy.$router.go(-1)" class="mr-6 cursor">
<ArrowLeftBold /> <ArrowLeftBold />
</el-icon> --> </el-icon>
{{ data && data.scriptTime }} {{ data && data.scriptTime }}
</div> </div>
<el-row :gutter="20" v-if="!loading && data && data.videoScript" > <el-row :gutter="20" v-if="!loading && data && data.videoScript" >