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 1/2] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20laydate.js=20=E7=9A=84?= =?UTF-8?q?=20done=20=E4=BA=8B=E4=BB=B6=EF=BC=8C=E5=BD=93=E4=B8=8B?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E6=97=A5=E6=9C=9F=E5=BC=B9=E5=87=BA=E5=89=8D?= =?UTF-8?q?=EF=BC=8C=E5=8F=AF=E8=83=BD=E4=B8=8A=E4=B8=80=E4=B8=AA=E8=BF=98?= =?UTF-8?q?=E6=9C=AA=E8=AE=BE=E7=BD=AE=EF=BC=8C=E5=AF=BC=E8=87=B4=E9=80=89?= =?UTF-8?q?=E6=8B=A9=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](); From 8486aa1909d9d3e4f72d836731481a621c54fd74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=93=E6=BA=90=E8=BD=AF=E4=BB=B6?= Date: Thu, 30 Jul 2020 10:44:05 +0800 Subject: [PATCH 2/2] update plugin repos --- parent/pom.xml | 6 ++++++ web/pom.xml | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/parent/pom.xml b/parent/pom.xml index f4071b25..9fd52bdd 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -373,6 +373,12 @@ aliyun-repos https://maven.aliyun.com/repository/public + true + false + + + jeesite-repos + http://maven.jeesite.net/repository/maven-public diff --git a/web/pom.xml b/web/pom.xml index 54b7ec9e..dc38bcd8 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -159,6 +159,12 @@ aliyun-repos https://maven.aliyun.com/repository/public + true + false + + + jeesite-repos + http://maven.jeesite.net/repository/maven-public