修改手机端文档库接口
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user