From 583c0670b74c114cfb0a328a5006e72bd7bb30b2 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Fri, 23 Jul 2021 17:39:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/multiselect/multiselect.combo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/multiselect/multiselect.combo.js b/src/widget/multiselect/multiselect.combo.js index c0f63827b..2d023f2f2 100644 --- a/src/widget/multiselect/multiselect.combo.js +++ b/src/widget/multiselect/multiselect.combo.js @@ -414,7 +414,7 @@ BI.MultiSelectCombo = BI.inherit(BI.Single, { change && (this.storeValue.value = BI.values(map)); self._adjust(callback); -return; + return; } this._joinAll(res, callback); },