|
|
@@ -1054,13 +1054,14 @@ const handleTrack = (scope) => {
|
|
|
})
|
|
|
}
|
|
|
const viewDetail = (row) => {
|
|
|
- myRouter.push({
|
|
|
+ const { href } = myRouter.resolve({
|
|
|
name: 'InsurancePolicyViewDetail',
|
|
|
query: {
|
|
|
info: JSON.stringify(row),
|
|
|
activeindex: activeName.value
|
|
|
}
|
|
|
})
|
|
|
+ window.open(href, '_blank')
|
|
|
}
|
|
|
// 数据导出// 数据导出
|
|
|
const handleExport = (type: any) => {
|