From d9e74666ce84b0f32c5cd6f9799d61bd0b009f10 Mon Sep 17 00:00:00 2001 From: yj <2077506045@qq.com> Date: 星期四, 04 七月 2024 09:28:27 +0800 Subject: [PATCH] 1.修复填写人口学变量页面刷新后变为英文的问题 2.更新JAQ文字,打开岗位说明 -> 问卷作答说明 --- src/views/demography/langOption.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/views/demography/langOption.vue b/src/views/demography/langOption.vue index 0e3a6c0..25a9f98 100644 --- a/src/views/demography/langOption.vue +++ b/src/views/demography/langOption.vue @@ -32,6 +32,7 @@ return { langTypes: [], langSelectValue: this.$route.query.langSelectValue, + fromDo: this.$route.query.fromDo, langWelcome: this.$t('langWelcomeChinese'), langOption: this.$t('langOptionChinese'), timer: null, @@ -40,6 +41,7 @@ } }, created: function () { + let _this = this window.clearInterval(this.timer) _this.getLangType() -- Gitblit v1.9.1