From 0eb893f4a40f6aa52893cdee39986d9f4c408893 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 9 Dec 2021 18:05:51 +0800 Subject: [PATCH] BUG 25338 --- src/apps/AppInterview/AppInterview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppInterview/AppInterview.vue b/src/apps/AppInterview/AppInterview.vue index d80e3cd9..c9bb3cb5 100644 --- a/src/apps/AppInterview/AppInterview.vue +++ b/src/apps/AppInterview/AppInterview.vue @@ -73,10 +73,10 @@ export default { }, methods: { emitShow() { + document.title = document.title||"调查走访" if (this.showDetail) { } else { - document.title = "调查走访" this.current = 1; this.getList() }