diff --git a/dist/bundle.js b/dist/bundle.js index 19a1aeb5e..8771e1665 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -90277,6 +90277,7 @@ BI.shortcut("bi.down_list_popup", BI.DownListPopup);/** if (BI.isNotNull(obj.year)) { return obj.position === BI.DynamicDateCard.OFFSET.BEGIN ? BI.getDate(date.getFullYear(), 0, 1) : BI.getDate(date.getFullYear(), 11, 31); } + return date; } }); })();BI.DynamicDateCard = BI.inherit(BI.Widget, { diff --git a/dist/fineui.js b/dist/fineui.js index 1feef5b66..df0f05023 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -90520,6 +90520,7 @@ BI.shortcut("bi.down_list_popup", BI.DownListPopup);/** if (BI.isNotNull(obj.year)) { return obj.position === BI.DynamicDateCard.OFFSET.BEGIN ? BI.getDate(date.getFullYear(), 0, 1) : BI.getDate(date.getFullYear(), 11, 31); } + return date; } }); })();BI.DynamicDateCard = BI.inherit(BI.Widget, { diff --git a/dist/widget.js b/dist/widget.js index e39a55b64..9eccef16f 100644 --- a/dist/widget.js +++ b/dist/widget.js @@ -2762,6 +2762,7 @@ BI.shortcut("bi.down_list_popup", BI.DownListPopup);/** if (BI.isNotNull(obj.year)) { return obj.position === BI.DynamicDateCard.OFFSET.BEGIN ? BI.getDate(date.getFullYear(), 0, 1) : BI.getDate(date.getFullYear(), 11, 31); } + return date; } }); })();BI.DynamicDateCard = BI.inherit(BI.Widget, { diff --git a/src/widget/dynamicdate/dynamicdate.caculate.js b/src/widget/dynamicdate/dynamicdate.caculate.js index 594e79f28..53b825c6e 100644 --- a/src/widget/dynamicdate/dynamicdate.caculate.js +++ b/src/widget/dynamicdate/dynamicdate.caculate.js @@ -48,6 +48,7 @@ if (BI.isNotNull(obj.year)) { return obj.position === BI.DynamicDateCard.OFFSET.BEGIN ? BI.getDate(date.getFullYear(), 0, 1) : BI.getDate(date.getFullYear(), 11, 31); } + return date; } }); })(); \ No newline at end of file