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 e6d93f1d..18e0459a 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 @@
@@ -981,6 +981,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