KMS增加查询参数
This commit is contained in:
parent
1a54793364
commit
5c31d0dfba
@ -118,12 +118,11 @@
|
||||
awsuiAxios.post({
|
||||
url: "jd",
|
||||
data: {
|
||||
cmd:"com.actionsoft.apps.kms_knwl_fullsearch_list_json",
|
||||
cmd:"com.actionsoft.apps.kms_knwl_fullsearch_list_json_mobile",
|
||||
curPage: this.curPage,
|
||||
rowsPerPage: 0,
|
||||
searchText: encodeURIComponent(keyword),
|
||||
docTypes: JSON.stringify([]),//类型 ["pdf", "doc", "ppt", "xls", "txt"]
|
||||
searchType: "2"//1 全文 2 标题剪简介
|
||||
docTypes: JSON.stringify([])//类型 ["pdf", "doc", "ppt", "xls", "txt"]
|
||||
},
|
||||
}).then(function (r) {
|
||||
that.isLoadingData = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user