diff --git a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/projectInformation.vue b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/projectInformation.vue index d7920faa6..379fbc735 100644 --- a/jero-web/src/views/toDoCenter/projectRegulationTasks/components/projectInformation.vue +++ b/jero-web/src/views/toDoCenter/projectRegulationTasks/components/projectInformation.vue @@ -106,11 +106,12 @@ RelatedItemsClick(item) { if(this.platform == 'YES'){ + //+'-'+item.projectVersion let newUrl = this.$router.resolve({ path: '/platformItemLibraryDetails', query: { id: item.id, - projectName: item.projectName+'-'+item.projectVersion, + projectName: item.projectName, projectNameId: item.projectName, targetMarket: item.targetMarket, studioEngineer: item.studioEngineer @@ -118,11 +119,12 @@ }) window.open(newUrl.href, '_blank') }else{ + //+'-'+item.projectVersion let newUrl = this.$router.resolve({ path: '/ProjectDetails', query: { id: item.projectLibraryId, - projectName: item.projectName+'-'+item.projectVersion, + projectName: item.projectName, projectNameId: item.projectNameId, targetMarket: item.targetMarket, studioEngineer: item.studioEngineer