节能减排

This commit is contained in:
jiang 2025-07-24 18:10:35 +08:00
parent 2091d68715
commit b9b4bcf2af
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@
elem: '#ID-laydate-range',
range: ['#ID-laydate-start-date', '#ID-laydate-end-date'],
btns: ['confirm'],
value: range.startDate + ' - ' + range.endDate,
value: "2024-09-17" + ' - ' + "2024-09-24",
done: function (value) {
// value 是选择的字符串,比如 '2025-06-23 - 2025-07-23'
const [startDateStr, endDateStr] = value.split(" - ");