From 9b15c1e30a5136fb1126472e4bace9613affa80d Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 9 Dec 2021 20:41:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2=E9=94=81?= =?UTF-8?q?=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppInterview/AppInterview.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() }