This commit is contained in:
X1627315083
2025-02-07 10:02:35 +08:00
parent 668ed6ea70
commit 0d136655fe

View File

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