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