From e39bc35d790ff8c6b573e244b804465dbd5eed30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AB=98=E5=B5=A9?= Date: Tue, 22 Nov 2022 14:36:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=98=E5=8C=96=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/problemKnowledgeBaseListView.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseListView.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseListView.vue index cd452ed81..4fd6b4a18 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseListView.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseListView.vue @@ -450,12 +450,13 @@ this.$refs.SelectedByRef.getPush() }, detailClick(item,key) { - this.$router.push({ + let newUrl = this.$router.resolve({ path: '/docManage/library/detail', query: { id: item.bussDocumentLibraryId.split(',')[key] - }, + } }) + window.open(newUrl.href, '_blank') }, SelectedByForm(userIds) { let query = {