From e85017474c2fbed9abbc41c978ef1bdc05f3bc64 Mon Sep 17 00:00:00 2001
From: yaoyanan <794433246@qq.com>
Date: Wed, 24 Mar 2021 14:18:30 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E8=A7=84=E8=8C=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
jero-web/src/components/jero/JDate.vue | 38 ++--
jero-web/src/components/jero/JTreeSelect.vue | 197 +++++++++++--------
2 files changed, 126 insertions(+), 109 deletions(-)
diff --git a/jero-web/src/components/jero/JDate.vue b/jero-web/src/components/jero/JDate.vue
index e2593ef6..e75f98de 100644
--- a/jero-web/src/components/jero/JDate.vue
+++ b/jero-web/src/components/jero/JDate.vue
@@ -10,7 +10,8 @@
:value="momVal"
:showTime="true"
:format="dateFormat"
- :getCalendarContainer="getCalendarContainer">
+ :getCalendarContainer="getCalendarContainer">
+
+ :getCalendarContainer="getCalendarContainer">
+
+ @change="handleMonthChange">
+
+ @panelChange="panelChangeOne">
+
diff --git a/jero-web/src/components/jero/JTreeSelect.vue b/jero-web/src/components/jero/JTreeSelect.vue
index 1e14935a..77807490 100644
--- a/jero-web/src/components/jero/JTreeSelect.vue
+++ b/jero-web/src/components/jero/JTreeSelect.vue
@@ -1,21 +1,37 @@
-
-
+
From 05654d2e7f1410af60c6577634051afc9d7facdc Mon Sep 17 00:00:00 2001
From: zer0Black
Date: Wed, 24 Mar 2021 15:07:00 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E3=80=90=E6=B7=BB=E5=8A=A0=E3=80=91?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93=E8=BF=9E=E6=8E=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../src/main/resources/application-dev.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jero-boot/jero-boot-single-startup/src/main/resources/application-dev.yml b/jero-boot/jero-boot-single-startup/src/main/resources/application-dev.yml
index 98eef46e..66766c26 100644
--- a/jero-boot/jero-boot-single-startup/src/main/resources/application-dev.yml
+++ b/jero-boot/jero-boot-single-startup/src/main/resources/application-dev.yml
@@ -131,7 +131,7 @@ spring:
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
datasource:
master:
- url: jdbc:mysql://localhost:3306/jero-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
+ url: jdbc:mysql://10.0.3.44:3306/jero-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root
password: 123456
driver-class-name: com.mysql.cj.jdbc.Driver