From 0d136655feded9d9d3b4e69ac15fc08843a7d264 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Fri, 7 Feb 2025 10:02:35 +0800 Subject: [PATCH] fix --- src/component/Administrator/TestClickData.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/Administrator/TestClickData.vue b/src/component/Administrator/TestClickData.vue index b61ceb42..5abe8492 100644 --- a/src/component/Administrator/TestClickData.vue +++ b/src/component/Administrator/TestClickData.vue @@ -287,7 +287,7 @@ export default defineComponent({ : '00:00:00'; let endTime: any = this.rangeTimeValue[1] ? this.rangeTimeValue[1] - : '00:00:00'; + : '23:59:59'; let startDate: any = this.rangePickerValue[0] ? this.rangePickerValue[0]+' '+startTime : "";