1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
cfe03844a7
commit
79df77b30c
|
@ -1935,7 +1935,7 @@ export default {
|
||||||
hasStudyNameList = []
|
hasStudyNameList = []
|
||||||
var isgoList = []
|
var isgoList = []
|
||||||
this.studyList.forEach((v) => {
|
this.studyList.forEach((v) => {
|
||||||
if (!v.BodyPartForEdit && !v.IsDeleted) {
|
if (!v.BodyPartForEdit && !v.IsDeleted && !v.BodyPartForEditOther) {
|
||||||
isgo = false
|
isgo = false
|
||||||
isgoList.push(v.StudyCode)
|
isgoList.push(v.StudyCode)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue