KMS增加查询参数

This commit is contained in:
zhaol 2025-07-08 16:34:18 +08:00
parent 1a54793364
commit 5c31d0dfba

View File

@ -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;