From 2aa654798aa5fb76e76e07b771cbe1fc1afdeb2b Mon Sep 17 00:00:00 2001 From: zhn <947514737@qq.com> Date: Mon, 22 Jan 2024 14:41:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E5=8A=9E=E8=B7=B3=E8=BD=AC=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E8=AF=A6=E6=83=85-=E6=A0=87=E9=A2=98=E5=9B=9E?= =?UTF-8?q?=E6=98=BE=EF=BC=88=E7=89=88=E6=9C=AC=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/projectInformation.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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