diff --git a/src/apps/AppInterview/AppInterview.vue b/src/apps/AppInterview/AppInterview.vue index 3d70ed10..04b2b457 100644 --- a/src/apps/AppInterview/AppInterview.vue +++ b/src/apps/AppInterview/AppInterview.vue @@ -73,7 +73,7 @@ export default { }, methods: { emitShow() { - document.title = document.title||"调查走访" + document.title = document.title || "调查走访" if (this.showDetail) { } else { @@ -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() }