From f66f0da07ecfc4ccc0a4210b0e8c60b4f8970518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E9=A3=9E?= Date: Tue, 12 Mar 2024 16:46:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E5=8F=B0=E6=94=B9=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../trials-panel/setting/medical-audit/components/QSForm.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/trials/trials-panel/setting/medical-audit/components/QSForm.vue b/src/views/trials/trials-panel/setting/medical-audit/components/QSForm.vue index f62d9ef7..52882344 100644 --- a/src/views/trials/trials-panel/setting/medical-audit/components/QSForm.vue +++ b/src/views/trials/trials-panel/setting/medical-audit/components/QSForm.vue @@ -260,6 +260,11 @@ export default { this.parentTriggerValOptions = this.parentOptions[index].TypeValue.split('|') } } + if (this.$i18n.locale === 'zh') { + this.form.LanguageType = 0 + } else { + this.form.LanguageType = 1 + } if (Object.keys(this.data).length > 0) { for (const k in this.form) { if (this.data.hasOwnProperty(k)) {