|
|
@@ -3068,7 +3068,7 @@ ${JSON.stringify(forAllList)}
|
|
|
let time = this.timeLimit.split(",");
|
|
|
if(time[0]==='2025-09-30T16:00:00.000Z' && time[1]==='2026-09-30T16:00:00.000Z'){
|
|
|
time[0]='Wed Jan 01 2025 00:00:00 GMT+0800 (中国标准时间)'
|
|
|
- time[1]='Wed Dec 31 2025 00:00:00 GMT+0800 (中国标准时间)'
|
|
|
+ time[1]='Thu Jan 01 2026 00:00:00 GMT+0800 (中国标准时间)'
|
|
|
console.log("设置默认时间")
|
|
|
}
|
|
|
this.tableDatePicker[index] = [new Date(time[0]), new Date(time[1])]
|