diff --git a/com.actionsoft.apps.kms.mobile/src/pages/knwlhome.vue b/com.actionsoft.apps.kms.mobile/src/pages/knwlhome.vue index 2360c64..cdcb74a 100644 --- a/com.actionsoft.apps.kms.mobile/src/pages/knwlhome.vue +++ b/com.actionsoft.apps.kms.mobile/src/pages/knwlhome.vue @@ -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;