From 2e9d196d3b041426d3def695dae4934b8e7d8c5f Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Mon, 1 Feb 2021 09:35:44 +0800 Subject: [PATCH] =?UTF-8?q?BI-81218=20=E5=B9=B4=E6=9C=88=E5=8C=BA=E9=97=B4?= =?UTF-8?q?=E4=B8=8E=E6=97=A5=E6=9C=9F=E5=8C=BA=E9=97=B4=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/yearmonthinterval/yearmonthinterval.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/widget/yearmonthinterval/yearmonthinterval.js b/src/widget/yearmonthinterval/yearmonthinterval.js index 108a3e1f1..0d8349fc9 100644 --- a/src/widget/yearmonthinterval/yearmonthinterval.js +++ b/src/widget/yearmonthinterval/yearmonthinterval.js @@ -92,11 +92,6 @@ BI.YearMonthInterval = BI.inherit(BI.Single, { self._checkValid(); }); - combo.on(BI.DynamicYearMonthCombo.EVENT_BEFORE_POPUPVIEW, function () { - self.left.hideView(); - self.right.hideView(); - }); - combo.on(BI.DynamicYearMonthCombo.EVENT_CONFIRM, function () { BI.Bubbles.hide("error"); var smallDate = self.left.getKey(), bigDate = self.right.getKey();