From 1a54793364569cf7bf38da696c010fb4d861ca53 Mon Sep 17 00:00:00 2001 From: zhaol <15900249928@163.com> Date: Tue, 8 Jul 2025 14:54:17 +0800 Subject: [PATCH] =?UTF-8?q?KMS=E9=A6=96=E9=A1=B5=E3=80=81=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E6=A8=A1=E7=B3=8A=E6=90=9C=E7=B4=A2=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/knwlhome.vue | 2 +- .../src/pages/sub-knwldir.vue | 73 ++++++++++++++----- 2 files changed, 54 insertions(+), 21 deletions(-) diff --git a/com.actionsoft.apps.kms.mobile/src/pages/knwlhome.vue b/com.actionsoft.apps.kms.mobile/src/pages/knwlhome.vue index 1a4c193..2360c64 100644 --- a/com.actionsoft.apps.kms.mobile/src/pages/knwlhome.vue +++ b/com.actionsoft.apps.kms.mobile/src/pages/knwlhome.vue @@ -123,7 +123,7 @@ rowsPerPage: 0, searchText: encodeURIComponent(keyword), docTypes: JSON.stringify([]),//类型 ["pdf", "doc", "ppt", "xls", "txt"] - searchType: "1"//1 全文 2 标题剪简介 + searchType: "2"//1 全文 2 标题剪简介 }, }).then(function (r) { that.isLoadingData = false; diff --git a/com.actionsoft.apps.kms.mobile/src/pages/sub-knwldir.vue b/com.actionsoft.apps.kms.mobile/src/pages/sub-knwldir.vue index 20e7808..8435dc0 100644 --- a/com.actionsoft.apps.kms.mobile/src/pages/sub-knwldir.vue +++ b/com.actionsoft.apps.kms.mobile/src/pages/sub-knwldir.vue @@ -1,6 +1,6 @@