@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user