+
{{ item.TableQuestions.Answers[i].lesionLength }}*{{ item.TableQuestions.Answers[i].lesionShort }}m㎡
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 f64da557..efb69398 100644
--- a/src/views/trials/trials-panel/reading/dicoms/components/Questions.vue
+++ b/src/views/trials/trials-panel/reading/dicoms/components/Questions.vue
@@ -136,7 +136,7 @@ export default {
}
this.measurements.push(i)
})
- if (this.readingTaskState < 2 && !this.isBaseLineTask && isChangeVisitTask) {
+ if (!this.isBaseLineTask && isChangeVisitTask) {
const { Result } = await getSplenicVerify(visitTaskId)
this.spleenInfo = Result
}
@@ -173,7 +173,7 @@ export default {
}
// this.questions = questions
}
- if (this.spleenLengthId) {
+ if (this.spleenLengthId && this.spleenInfo) {
this.calculateSpleenStatus = this.setSpleenStatus(this.questionForm[this.spleenLengthId])
this.setSpleenCommentDisplay()
}