From 317527ef7b45dbdb64a5684242f97fda099a3f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Thu, 15 Jun 2023 15:28:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=8B=E6=9C=BA=E7=AB=AF?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=BA=93=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/phoneView/searchList.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jero-web/src/views/phoneView/searchList.vue b/jero-web/src/views/phoneView/searchList.vue index 71eafccb3..b8eaff96b 100644 --- a/jero-web/src/views/phoneView/searchList.vue +++ b/jero-web/src/views/phoneView/searchList.vue @@ -218,7 +218,7 @@ downLoadImgUrl: window._CONFIG['domianWebImgURL'] + '/sys/common/download', url: { wholeUrl: 'search/document/getFullTextInfoList', - documentLibraryUrl: 'search/document/getParagraphInfoList', + documentLibraryUrl: '/phone/search/getWdkPage', problemKnowledgeBaseUrl: '/search/document/getProblemKnowledgeBasePage', monthlyReportRegulationsUrl: '/search/lawsMonthlyReport/page', queryCondition: 'search/document/queryCondition' @@ -398,8 +398,6 @@ }) } else if (this.activeTab == 'documentLibrary') { url = this.url.documentLibraryUrl - params.mapOne[this.selectModel] = this.value - params.selectValue = '' this.getDocumentLibrary(url, params) } else if (this.activeTab == 'problemKnowledgeBase') { url = this.url.problemKnowledgeBaseUrl