From a928fa6b9e856bba200786e0614910d28284f9a0 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Fri, 30 Dec 2022 14:07:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=95=E8=A7=84=E7=AC=A6=E5=90=88=E6=80=A7?= =?UTF-8?q?=E7=9C=8B=E6=9D=BF=E4=B8=AD=EF=BC=8C=E6=A0=87=E9=A2=98=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/regulationsKanban/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/regulationsKanban/index.vue b/jero-web/src/views/regulationsKanban/index.vue index 1de4b6044..2b09ddc41 100644 --- a/jero-web/src/views/regulationsKanban/index.vue +++ b/jero-web/src/views/regulationsKanban/index.vue @@ -298,10 +298,11 @@ export default { }, //虚拟清单名称事件 entryNameClick(item) { - this.$router.push({ - path: '/ParameterTemplateList', + let newUrl = this.$router.resolve({ + path: '/docManage/library/detail', query: item }) + window.open(newUrl.href, '_blank') }, searchQuery() { this.pageNo = 1