diff --git a/src/apps/AppInterview/AppInterview.vue b/src/apps/AppInterview/AppInterview.vue index b52f7eb8..746ed5d4 100644 --- a/src/apps/AppInterview/AppInterview.vue +++ b/src/apps/AppInterview/AppInterview.vue @@ -116,7 +116,6 @@ export default { }) }, handleDateSearch(v) { - console.log(v) this.search.startTime = v?.startDate this.search.endTime = v?.startDate|| v?.endDate this.current = 1