清除log

This commit is contained in:
aixianling
2021-12-02 11:53:07 +08:00
parent 087011378c
commit 100b444bd2

View File

@@ -116,7 +116,6 @@ export default {
}) })
}, },
handleDateSearch(v) { handleDateSearch(v) {
console.log(v)
this.search.startTime = v?.startDate this.search.startTime = v?.startDate
this.search.endTime = v?.startDate|| v?.endDate this.search.endTime = v?.startDate|| v?.endDate
this.current = 1 this.current = 1