From 79df77b30c78819a9e12368e82374969f2aba9ca Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Thu, 18 Sep 2025 17:25:37 +0800 Subject: [PATCH] 1 --- .../trials-panel/visit/qc-check/components/qualityAssurance.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }