From bb14837c3b73705f4438a0a8b6600f46d2e0569c Mon Sep 17 00:00:00 2001 From: guy Date: Thu, 23 Dec 2021 01:06:49 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E4=B8=8B=E5=86=99?= =?UTF-8?q?=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/calendar/calendar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/case/calendar/calendar.js b/src/case/calendar/calendar.js index ddc12c071..d39f14ff5 100644 --- a/src/case/calendar/calendar.js +++ b/src/case/calendar/calendar.js @@ -96,6 +96,7 @@ BI.Calendar = BI.inherit(BI.Widget, { this.days = BI.createWidget({ type: "bi.button_group", items: BI.createItems(this._getItems(), {}), + value: o.year + "-" + o.month + "-" + o.day, layouts: [BI.LogicFactory.createLogic("table", BI.extend({}, o.logic, { columns: 7, rows: 6,