mrecist后续访视新病灶联动
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-09-16 18:00:53 +08:00
parent a704ddbd70
commit 407b752e0c
1 changed files with 3 additions and 3 deletions

View File

@ -619,14 +619,14 @@ export default {
} }
} }
// //
if (!(this.isCurrentTaskAdd === 'True')) { if (!(this.isCurrentTaskAdd === 'True') && this.questionForm.LesionType != 2) {
// 线>=10mm>=10mm // 线>=10mm>=10mm
if (!this.isBaseLineTask && !IntrahepaticLesion && ((measureData.type === 'Length' && lesionLength >= 10) || (measureData.type === 'Bidirectional' && lesionShort >= 10))) { if (!this.isBaseLineTask && ((measureData.type === 'Length' && lesionLength >= 10) || (measureData.type === 'Bidirectional' && lesionShort >= 10))) {
const stateId = this.getQuestionId(7) const stateId = this.getQuestionId(7)
this.$set(this.questionForm, stateId, 0) this.$set(this.questionForm, stateId, 0)
} }
// 线<10mm<10mm // 线<10mm<10mm
if (!this.isBaseLineTask && !IntrahepaticLesion && ((measureData.type === 'Length' && lesionLength < 10) || (measureData.type === 'Bidirectional' && lesionShort < 10))) { if (!this.isBaseLineTask && ((measureData.type === 'Length' && lesionLength < 10) || (measureData.type === 'Bidirectional' && lesionShort < 10))) {
const stateId = this.getQuestionId(7) const stateId = this.getQuestionId(7)
if (isLymphLesion) { if (isLymphLesion) {
this.$set(this.questionForm, stateId, 3) this.$set(this.questionForm, stateId, 3)