From 8af358af4fb4db26ba7ae2b5266d699b46b9ee06 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 21 Jan 2022 20:08:41 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E5=B0=8F=E4=B8=89=E8=A7=92=E6=8D=A2?= =?UTF-8?q?=E4=B8=80=E7=A7=8D=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/base/combination/combo.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/base/combination/combo.js b/src/base/combination/combo.js index 2019dd756..45ceefa69 100644 --- a/src/base/combination/combo.js +++ b/src/base/combination/combo.js @@ -100,12 +100,6 @@ }, this)); }, - _initCombo: function () { - this.combo = BI.createWidget(this.options.el, { - value: this.options.value - }); - }, - _assertPopupView: function () { var self = this, o = this.options; if (this.popupView == null) {