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

main
wangxiaoshuang 2026-06-08 15:42:58 +08:00
parent f9c9d0be6d
commit 1a26d3885a
1 changed files with 0 additions and 1 deletions

View File

@ -380,7 +380,6 @@ export default {
},
computed: {
isTumor() {
return true
let criterion = this.trialCriterionList.find(item => item.TrialReadingCriterionId === this.TrialReadingCriterionId)
if (criterion) {
return [1, 18, 2, 3, 7, 10, 17].includes(Number(criterion.CriterionType))