1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
034f9528e5
commit
2781d02afa
|
|
@ -379,7 +379,7 @@ export default {
|
||||||
isTumor() {
|
isTumor() {
|
||||||
let criterion = this.trialCriterionList.find(item => item.TrialReadingCriterionId === this.TrialReadingCriterionId)
|
let criterion = this.trialCriterionList.find(item => item.TrialReadingCriterionId === this.TrialReadingCriterionId)
|
||||||
if (criterion) {
|
if (criterion) {
|
||||||
return [1, 18, 2, 3, 7, 17].includes(Number(criterion.CriterionType))
|
return [1, 18, 2, 3, 7, 10, 17].includes(Number(criterion.CriterionType))
|
||||||
} else {
|
} else {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -93,7 +93,7 @@ export default {
|
||||||
isTumor() {
|
isTumor() {
|
||||||
let criterion = this.trialCriterionList.find(item => item.TrialReadingCriterionId === this.searchData.TrialReadingCriterionId)
|
let criterion = this.trialCriterionList.find(item => item.TrialReadingCriterionId === this.searchData.TrialReadingCriterionId)
|
||||||
if (criterion) {
|
if (criterion) {
|
||||||
return [1, 18, 2, 3, 7, 17].includes(Number(criterion.CriterionType))
|
return [1, 18, 2, 3, 7, 10, 17].includes(Number(criterion.CriterionType))
|
||||||
} else {
|
} else {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue