Merge remote-tracking branch 'origin/dev_third_stage' into dev_third_stage
This commit is contained in:
@@ -112,13 +112,11 @@
|
||||
name: 'problemKnowledgeBase',
|
||||
data() {
|
||||
return {
|
||||
searchOption: [],
|
||||
queryParam: {},
|
||||
visible: false,
|
||||
db_field_name: '',
|
||||
url: {
|
||||
queryCondition: 'search/document/queryCondition',
|
||||
getParagraphInfoList: 'search/document/getParagraphInfoList'//段落
|
||||
getParagraphInfoList: '/search/document/getProblemKnowledgeBasePage'
|
||||
},
|
||||
selectedRowKeys: [],
|
||||
checkboxText: [],
|
||||
@@ -194,19 +192,6 @@
|
||||
this.pageSize = pageSize
|
||||
this.getParagraphInfoList(1)
|
||||
},
|
||||
getCondition() {
|
||||
let query = {
|
||||
flag: 1,
|
||||
searchFlag: 0
|
||||
}
|
||||
getAction(this.url.queryCondition, query).then((res) => {
|
||||
if (res.success) {
|
||||
this.searchOption = res.result
|
||||
} else {
|
||||
this.searchOption = []
|
||||
}
|
||||
})
|
||||
},
|
||||
searchReset() {
|
||||
this.pageNo = 1
|
||||
this.queryParamOne = {}
|
||||
|
||||
Reference in New Issue
Block a user