From cc71ace202c50cf4cf9cb6245042784fccf7f838 Mon Sep 17 00:00:00 2001 From: morning-star <26325820+Sight-wcg@users.noreply.github.com> Date: Mon, 22 Apr 2024 21:18:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(laydate):=20=E6=97=A5=E6=9C=9F=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E9=80=89=E6=8B=A9=E5=99=A8=EF=BC=8C=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=97=B6=20change=20=E5=9B=9E=E8=B0=83?= =?UTF-8?q?=E6=9C=AA=E8=A7=A6=E5=8F=91=20(#1787)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/laydate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/laydate.js b/src/modules/laydate.js index 5bd24d9f..6751240f 100644 --- a/src/modules/laydate.js +++ b/src/modules/laydate.js @@ -1751,7 +1751,7 @@ setTimeStatus(); scroll(); - (that.endDate || options.type === 'time' || (options.type === 'datetime' && options.fullPanel)) && that.done(null, 'change'); + (that.endDate || options.type === 'time' || options.type === 'datetime') && that.done(null, 'change'); //同步按钮可点状态 that.setBtnStatus();