优化页面锁屏
This commit is contained in:
@@ -122,7 +122,7 @@ export default {
|
||||
},
|
||||
handleDateSearch(v) {
|
||||
this.search.startTime = v?.startDate
|
||||
this.search.endTime = v?.startDate || v?.endDate
|
||||
this.search.endTime = v?.endDate || v?.startDate
|
||||
this.current = 1
|
||||
this.getList()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user