fix:取消新窗口打开
This commit is contained in:
parent
bf4d4e3b9e
commit
cab26cdc30
@ -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
|
||||||
// }
|
}
|
||||||
// })
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 查询角色列表 */
|
/** 查询角色列表 */
|
||||||
|
|||||||
@ -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
|
||||||
// }
|
}
|
||||||
// })
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 查询角色列表 */
|
/** 查询角色列表 */
|
||||||
|
|||||||
@ -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>
|
||||||
|
|
||||||
|
|||||||
@ -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
|
||||||
// }
|
}
|
||||||
// })
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 查询角色列表 */
|
/** 查询角色列表 */
|
||||||
|
|||||||
@ -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() {
|
||||||
|
|||||||
@ -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" >
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user