From 03210aeb31d8e9dfa3c1f9f065587d7208d80dd8 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 10 一月 2023 12:51:34 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/apiLog/apiLog.js |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/static/js/apiLog/apiLog.js b/src/main/webapp/static/js/apiLog/apiLog.js
index 9e7dd31..4067be8 100644
--- a/src/main/webapp/static/js/apiLog/apiLog.js
+++ b/src/main/webapp/static/js/apiLog/apiLog.js
@@ -240,7 +240,11 @@
                 type: 'datetime',
                 value: data!==undefined?data['updateTime\\$']:null
             });
-
+            layDate.render({
+                elem: '.layui-laydate-range'
+                ,type: 'datetime'
+                ,range: true
+            });
         }, 300);
     }
     layDateRender();

--
Gitblit v1.9.1