From 5c31d0dfbae140c2a5c0b5f3c5b436fdb20cd6ed Mon Sep 17 00:00:00 2001 From: zhaol <15900249928@163.com> Date: Tue, 8 Jul 2025 16:34:18 +0800 Subject: [PATCH] =?UTF-8?q?KMS=E5=A2=9E=E5=8A=A0=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- com.actionsoft.apps.kms.mobile/src/pages/knwlhome.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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;