sdsd
This commit is contained in:
parent
f06c53a932
commit
2274c0df86
@ -34,6 +34,7 @@ Page({
|
|||||||
page_size: 30,
|
page_size: 30,
|
||||||
})
|
})
|
||||||
const today = new Date()
|
const today = new Date()
|
||||||
|
today.setHours(0, 0, 0, 0)
|
||||||
const list = res.list.map(item => {
|
const list = res.list.map(item => {
|
||||||
const startDate = new Date(item.start_date)
|
const startDate = new Date(item.start_date)
|
||||||
const endDate = new Date(item.end_date)
|
const endDate = new Date(item.end_date)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user