1
continuous-integration/drone/push Build is passing Details

uat
wangxiaoshuang 2025-09-18 17:25:37 +08:00
parent cfe03844a7
commit 79df77b30c
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}