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({
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;