From 6e9588f5da26ac7451877fcf46bfcf9b1bbd4669 Mon Sep 17 00:00:00 2001 From: Tangjinxia <1119518763@qq.com> Date: Thu, 23 Sep 2021 20:09:02 +0800 Subject: [PATCH] =?UTF-8?q?BI-94419=20fix:SmallTextValueCombo=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/combo/textvaluecombo/combo.textvaluesmall.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/case/combo/textvaluecombo/combo.textvaluesmall.js b/src/case/combo/textvaluecombo/combo.textvaluesmall.js index ea4bd1516..70e551737 100644 --- a/src/case/combo/textvaluecombo/combo.textvaluesmall.js +++ b/src/case/combo/textvaluecombo/combo.textvaluesmall.js @@ -49,6 +49,10 @@ BI.SmallTextValueCombo = BI.inherit(BI.Widget, { minHeight: 25 } }); + + if(BI.isKey(o.value)){ + this.setValue(o.value); + } }, setValue: function (v) {