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