BUG 25181
This commit is contained in:
@@ -116,8 +116,9 @@ export default {
|
||||
})
|
||||
},
|
||||
handleDateSearch(v) {
|
||||
this.search.startTime = v?.[0]
|
||||
this.search.endTime = v?.[0] || v?.[1]
|
||||
console.log(v)
|
||||
this.search.startTime = v?.startDate
|
||||
this.search.endTime = v?.startDate|| v?.endDate
|
||||
this.current = 1
|
||||
this.getList()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user