From 6d5026b320d3bb9dfb4af70f23d33d1974b48bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Thu, 10 Nov 2022 20:38:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=AD=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/problemKnowledgeBaseList.vue | 5 +++-- .../components/problemKnowledgeBaseListView.vue | 14 ++++++++++++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue index 281dffe9e..f25fcd950 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseList.vue @@ -211,7 +211,8 @@ downLoadImgUrl: window._CONFIG['domianWebImgURL'] + '/sys/common/download', pageNo: 1, url: { - getInfoList: '/problemKnowledgeBase/problemKnowledgeBaseEO/page' + getInfoList: '/problemKnowledgeBase/problemKnowledgeBaseEO/page', + getjiekou: '/problemKnowledgeBase/problemKnowledgeBaseEO/queryById' }, CommentQuery: {} } @@ -424,7 +425,7 @@ this.$nextTick(() => { this.$refs.problemKnowledgeBaseListViewRef.getData(JSON.parse(JSON.stringify(val))) }) - } + }, } } diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseListView.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseListView.vue index 511849faa..cd452ed81 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseListView.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseListView.vue @@ -34,8 +34,10 @@ {{queryForm.createBy}}
- - {{queryForm.standNumber}} +
+ + {{value}} +
@@ -447,6 +449,14 @@ this.queryForm = row this.$refs.SelectedByRef.getPush() }, + detailClick(item,key) { + this.$router.push({ + path: '/docManage/library/detail', + query: { + id: item.bussDocumentLibraryId.split(',')[key] + }, + }) + }, SelectedByForm(userIds) { let query = { userIds: userIds,