征求意见详情

This commit is contained in:
宋伟佳
2021-06-03 09:28:12 +08:00
parent 7fe17881fd
commit fbf5ccaaae
2 changed files with 29 additions and 29 deletions
@@ -282,14 +282,14 @@ export default {
},
// 点击查看
handlePreview (item) {
let routeUrl = this.$router.resolve({
sessionStorage.setItem('accessRow',JSON.stringify(item))
this.$store.commit('setDetailMap',this.$router.path)
this.$router.push({
name: 'consultationDetails',
params: {
id: item.id,
pageType: 'INLAND_STAND'
id: item.id
}
})
window.open(routeUrl.href, '_blank')
},
oldPreview (item) {
sessionStorage.setItem('accessRow', JSON.stringify(item))