diff --git a/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue b/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue index 00edefd1..c6434473 100644 --- a/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue +++ b/src/views/trials/trials-panel/setting/reading-unit/components/QuestionsForm.vue @@ -27,7 +27,7 @@ @@ -37,7 +37,7 @@ @@ -1003,6 +1003,11 @@ export default { }else if(!this.form.QuestionName && this.form.QuestionEnName){ this.form.QuestionName = this.form.QuestionEnName; } + if(this.form.GroupName && !this.form.GroupEnName){ + this.form.GroupEnName = this.form.GroupName; + }else if(!this.form.GroupName && this.form.GroupEnName){ + this.form.GroupName = this.form.GroupEnName; + } var params = Object.assign({}, this.form) params.TrialId = this.$route.query.trialId params.ReadingCriterionPageId = this.data.ReadingCriterionPageId