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() }