From 306eca7c915c8b5c691316b39370b6e669d864a2 Mon Sep 17 00:00:00 2001 From: "Austin.Duan" Date: Tue, 22 Mar 2022 17:32:42 +0800 Subject: [PATCH] =?UTF-8?q?REPORT-68011=20fix:=E4=BF=AE=E5=A4=8D=E5=B9=B4?= =?UTF-8?q?=E6=9C=88=E6=8E=A7=E4=BB=B6=E8=81=94=E5=8A=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/date/calendar/combo.month.date.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/date/calendar/combo.month.date.js b/src/widget/date/calendar/combo.month.date.js index cb5e6f20f..82068ceac 100644 --- a/src/widget/date/calendar/combo.month.date.js +++ b/src/widget/date/calendar/combo.month.date.js @@ -59,7 +59,7 @@ BI.MonthDateCombo = BI.inherit(BI.Trigger, { }, populate: function () { - this.combo.populate.apply(this.combo, arguments); + this.popup.populate.apply(this.popup, arguments); }, setValue: function (v) {