diff --git a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue index 96ae77be..efa3f3d6 100644 --- a/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue +++ b/src/views/trials/trials-panel/visit/qc-check/components/qualityAssurance.vue @@ -1935,7 +1935,7 @@ export default { hasStudyNameList = [] var isgoList = [] this.studyList.forEach((v) => { - if (!v.BodyPartForEdit && !v.IsDeleted) { + if (!v.BodyPartForEdit && !v.IsDeleted && !v.BodyPartForEditOther) { isgo = false isgoList.push(v.StudyCode) }