From d7179d6e8ffae605b9b1c9df7bd6b30039468bba Mon Sep 17 00:00:00 2001 From: fay Date: Wed, 26 Sep 2018 19:39:53 +0800 Subject: [PATCH] Revert "Revert "update"" This reverts commit e9c7bce07a64f4b6083f6d6d42c3a448f2919e0e. --- src/case/combo/textvaluedownlistcombo/combo.textvaluedownlist.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/case/combo/textvaluedownlistcombo/combo.textvaluedownlist.js b/src/case/combo/textvaluedownlistcombo/combo.textvaluedownlist.js index 3ab2a9786..f7162df09 100644 --- a/src/case/combo/textvaluedownlistcombo/combo.textvaluedownlist.js +++ b/src/case/combo/textvaluedownlistcombo/combo.textvaluedownlist.js @@ -21,7 +21,6 @@ BI.TextValueDownListCombo = BI.inherit(BI.Widget, { var value; if(BI.isNotNull(o.value)){ - this.value = o.value; value = this._digest(o.value); } this.trigger = BI.createWidget({