From 62c1572c8906b6246c062b73b17fb83467e0bac8 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 2 Apr 2020 15:50:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E5=9B=BE=E6=90=9C=E7=B4=A2=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E9=80=89=E6=8B=A9=E5=85=81=E8=AE=B8=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- o2web/source/x_component_query_Query/Viewer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/o2web/source/x_component_query_Query/Viewer.js b/o2web/source/x_component_query_Query/Viewer.js index 1736b3fe35..ef32116aff 100644 --- a/o2web/source/x_component_query_Query/Viewer.js +++ b/o2web/source/x_component_query_Query/Viewer.js @@ -895,6 +895,7 @@ MWF.xApplication.query.Query.Viewer = MWF.QViewer = new Class({ this.calendar = new MWF.widget.Calendar(this.viewSearchCustomValueNode, { "style": "xform", "isTime": true, + "secondEnable" : true, "target": this.container, "format": "db" }); -- GitLab