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