From c461b2c02841b810a1aaef788b8f22839c5d53e5 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期三, 08 三月 2023 17:00:06 +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