From f847b60dd556aa3211f3104ed3a65cd89415a6b7 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Fri, 31 Mar 2023 10:38:43 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E7=8A=B6=E6=80=81=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/projectManagement/projectStatusBoard/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue index 57c25a03a..735cfdab6 100644 --- a/jero-web/src/views/projectManagement/projectStatusBoard/index.vue +++ b/jero-web/src/views/projectManagement/projectStatusBoard/index.vue @@ -513,6 +513,7 @@ export default { window.open(newUrl.href, '_blank') }, projectInfoClick(item){ + item.projectName = item.showName let newUrl = this.$router.resolve({ path: '/ProjectDetails', query: item