From a6cbbbfd16f51ef89ba9dcfdde5e5a3942af4a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=93=E6=BA=90=E8=BD=AF=E4=BB=B6?= Date: Mon, 27 Jul 2020 19:14:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20laydate.js=20=E7=9A=84=20d?= =?UTF-8?q?one=20=E4=BA=8B=E4=BB=B6=EF=BC=8C=E5=BD=93=E4=B8=8B=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E6=97=A5=E6=9C=9F=E5=BC=B9=E5=87=BA=E5=89=8D=EF=BC=8C?= =?UTF-8?q?=E5=8F=AF=E8=83=BD=E4=B8=8A=E4=B8=80=E4=B8=AA=E8=BF=98=E6=9C=AA?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=EF=BC=8C=E5=AF=BC=E8=87=B4=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E4=B8=8D=E4=B8=8A=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/src/main/resources/static/laydate/5.0/laydate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/resources/static/laydate/5.0/laydate.js b/common/src/main/resources/static/laydate/5.0/laydate.js index 414a890a..60a90a20 100644 --- a/common/src/main/resources/static/laydate/5.0/laydate.js +++ b/common/src/main/resources/static/laydate/5.0/laydate.js @@ -1647,8 +1647,8 @@ } else { if(lay(btn).hasClass(DISABLED)) return that.hint('不在有效日期或时间范围内'); } - that.done(); that.setValue(that.parse()).remove() + that.done(); } }; active[type] && active[type]();