Lugano2014病灶使用箭头工具时设置长短经为0
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-12-31 10:53:53 +08:00
parent 2ffffd2bf0
commit 2f20696827
2 changed files with 4 additions and 4 deletions

View File

@ -681,8 +681,8 @@ export default {
} }
this.$set(this.questionForm, shortObj.Id, short) this.$set(this.questionForm, shortObj.Id, short)
} else if (measureData.type === 'ArrowAnnotate') { } else if (measureData.type === 'ArrowAnnotate') {
this.$set(this.questionForm, lengthObj.Id, '') this.$set(this.questionForm, lengthObj.Id, '0')
this.$set(this.questionForm, shortObj.Id, '') this.$set(this.questionForm, shortObj.Id, '0')
} }
var isLymphLesion = this.getQuestionVal(2) var isLymphLesion = this.getQuestionVal(2)
this.organList = [] this.organList = []

View File

@ -681,8 +681,8 @@ export default {
} }
this.$set(this.questionForm, shortObj.Id, short) this.$set(this.questionForm, shortObj.Id, short)
} else if (measureData.type === 'ArrowAnnotate') { } else if (measureData.type === 'ArrowAnnotate') {
this.$set(this.questionForm, lengthObj.Id, '') this.$set(this.questionForm, lengthObj.Id, '0')
this.$set(this.questionForm, shortObj.Id, '') this.$set(this.questionForm, shortObj.Id, '0')
} }
var isLymphLesion = this.getQuestionVal(2) var isLymphLesion = this.getQuestionVal(2)
this.organList = [] this.organList = []