征求意见详情
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user