From 2dfb319492cd4fb38a9ea3b1ba2647aefb0e91e9 Mon Sep 17 00:00:00 2001 From: "Jimmy.Chai" Date: Wed, 8 Jun 2022 19:16:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0jira=E4=BB=BB=E5=8A=A1=20fix=EF=BC=9A?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/downlist/combo.downlist.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/widget/downlist/combo.downlist.js b/src/widget/downlist/combo.downlist.js index 4919e8327..c742afff0 100644 --- a/src/widget/downlist/combo.downlist.js +++ b/src/widget/downlist/combo.downlist.js @@ -83,15 +83,15 @@ BI.DownListCombo = BI.inherit(BI.Widget, { }, populate: function (items) { - this.popupview.populate(items); + this.popupView.populate(items); }, setValue: function (v) { - this.popupview.setValue(v); + this.popupView.setValue(v); }, getValue: function () { - return this.popupview.getValue(); + return this.popupView.getValue(); }, adjustWidth: function () {