From 449e4ef7cb41a8597fb3783ace8eff3598fe708f Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 2 Dec 2021 11:28:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A0=87=E9=A2=98=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppInterview/AppInterview.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/AppInterview/AppInterview.vue b/src/apps/AppInterview/AppInterview.vue index 9ad61b4a..1b716054 100644 --- a/src/apps/AppInterview/AppInterview.vue +++ b/src/apps/AppInterview/AppInterview.vue @@ -73,6 +73,7 @@ export default { }, methods: { emitShow() { + document.title = "调查走访" this.current = 1; this.getList() },