diff --git a/src/views/trials/trials-panel/reading/dicoms/components/Questions.vue b/src/views/trials/trials-panel/reading/dicoms/components/Questions.vue index 0ca6ed76..976fcb1d 100644 --- a/src/views/trials/trials-panel/reading/dicoms/components/Questions.vue +++ b/src/views/trials/trials-panel/reading/dicoms/components/Questions.vue @@ -465,6 +465,7 @@ export default { } }, setSpleenStatus(length) { + console.log('setSpleenStatus') var status = '' if (length) { if (this.isBaseLineTask) { @@ -503,7 +504,7 @@ export default { // this.$set(this.questionForm, this.spleenStatusId, '4') // this.calculateSpleenStatus = '4' status = '4' - } else if (this.spleenInfo.BaseLineSpleenLength > 130 && this.spleenInfo.LowSpleenLength <= 130 && diffFromBaseline >= 20 && length > 130) { + } else if (this.spleenInfo.BaseLineSpleenLength > 130 && this.spleenInfo.LowSpleenLength <= 130 && length - this.spleenInfo.LowSpleenLength >= 20 && length > 130) { // 1、基线 垂直径>130 mm // 2、当前访视的前面访视中 存在垂直径≤130mm // 3、与最低点相比脾脏垂直径的增加值≥20 mm