|
@@ -55,7 +55,7 @@ export default{
|
|
})
|
|
})
|
|
},
|
|
},
|
|
checkReport(row){
|
|
checkReport(row){
|
|
- this.$router.push({
|
|
|
|
|
|
+ let router = this.$router.resolve({
|
|
path: '/reportDetails',
|
|
path: '/reportDetails',
|
|
query: {
|
|
query: {
|
|
projectId: row.projectId,
|
|
projectId: row.projectId,
|
|
@@ -65,6 +65,7 @@ export default{
|
|
status:row.status,
|
|
status:row.status,
|
|
}
|
|
}
|
|
})
|
|
})
|
|
|
|
+ window.open(router.href, '_blank')
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|
|
}
|