From b51b17641cc3d21a8a93ca458bdccb469822a29a Mon Sep 17 00:00:00 2001 From: zcf Date: Wed, 5 Apr 2017 21:13:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E6=9C=9F=E9=9D=A2=E6=9D=BF=E6=8E=A7?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/widget/datepane/datepanenotselectday.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/widget/datepane/datepanenotselectday.js b/src/widget/datepane/datepanenotselectday.js index 56a4e4257..e4988c4e9 100644 --- a/src/widget/datepane/datepanenotselectday.js +++ b/src/widget/datepane/datepanenotselectday.js @@ -39,7 +39,7 @@ BI.DatePaneWidget = BI.inherit(BI.Widget, { direction: "top", element: this, logic: { - dynamic: true + dynamic: false }, type: "bi.navigation", tab: this.datePicker, @@ -67,7 +67,7 @@ BI.DatePaneWidget = BI.inherit(BI.Widget, { var calendar = BI.createWidget({ type: "bi.calendar", logic: { - dynamic: true + dynamic: false }, min: this.options.min, max: this.options.max,