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 : "";