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