fix:取消新窗口打开
This commit is contained in:
parent
bf4d4e3b9e
commit
cab26cdc30
@ -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
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
/** 查询角色列表 */
|
||||
|
||||
@ -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
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
/** 查询角色列表 */
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
<div class="app-container" v-loading="loading">
|
||||
<!--顶部-->
|
||||
<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 />
|
||||
</el-icon> -->
|
||||
</el-icon>
|
||||
{{ data && data.reportTime }}
|
||||
</div>
|
||||
|
||||
|
||||
@ -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
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
/** 查询角色列表 */
|
||||
|
||||
@ -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() {
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
<div class="app-container" v-loading="loading">
|
||||
<!--顶部-->
|
||||
<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 />
|
||||
</el-icon> -->
|
||||
</el-icon>
|
||||
{{ data && data.scriptTime }}
|
||||
</div>
|
||||
<el-row :gutter="20" v-if="!loading && data && data.videoScript" >
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user