修改手机端文档库接口

This commit is contained in:
范强强
2023-06-15 15:28:58 +08:00
parent 3ac0affc8a
commit 317527ef7b
+1 -3
View File
@@ -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