From 0c60008c3fb0f511c125ebbfd50278a048129164 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Fri, 24 Apr 2020 15:37:35 +0800 Subject: [PATCH] update --- src/base/combination/searcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/combination/searcher.js b/src/base/combination/searcher.js index a3153db8e..f3d3962cc 100644 --- a/src/base/combination/searcher.js +++ b/src/base/combination/searcher.js @@ -21,7 +21,7 @@ BI.Searcher = BI.inherit(BI.Widget, { isAutoSearch: true, // 是否自动搜索 isAutoSync: true, // 是否自动同步数据, 即是否保持搜索面板和adapter面板状态值的统一 chooseType: BI.ButtonGroup.CHOOSE_TYPE_SINGLE, - allowSearchBlank: false, + allowSearchBlank: false, // 是否能够搜索包含空格的字符串 // isAutoSearch为false时启用 onSearch: function (op, callback) {