diff --git a/src/views/trials/trials-panel/reading/global-review/index.vue b/src/views/trials/trials-panel/reading/global-review/index.vue index a091edcb..b3101768 100644 --- a/src/views/trials/trials-panel/reading/global-review/index.vue +++ b/src/views/trials/trials-panel/reading/global-review/index.vue @@ -236,7 +236,7 @@ export default { adjustedQsList.push({ questionName: this.$t('trials:globalReview:table:updateType'), isShow: true }) } else { var isShow = true - if ((this.CriterionType === 2 || this.CriterionType === 18) && (qs.QuestionType === 39 || qs.QuestionType === 40 || qs.QuestionType === 41)) { + if ((this.CriterionType === 2) && (qs.QuestionType === 39 || qs.QuestionType === 40 || qs.QuestionType === 41)) { isShow = false } adjustedQsList.push({ questionName: qs.QuestionName, isShow: isShow })