Lugano2014病灶使用箭头工具时设置长短经为0
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
2ffffd2bf0
commit
2f20696827
|
|
@ -681,8 +681,8 @@ export default {
|
|||
}
|
||||
this.$set(this.questionForm, shortObj.Id, short)
|
||||
} else if (measureData.type === 'ArrowAnnotate') {
|
||||
this.$set(this.questionForm, lengthObj.Id, '')
|
||||
this.$set(this.questionForm, shortObj.Id, '')
|
||||
this.$set(this.questionForm, lengthObj.Id, '0')
|
||||
this.$set(this.questionForm, shortObj.Id, '0')
|
||||
}
|
||||
var isLymphLesion = this.getQuestionVal(2)
|
||||
this.organList = []
|
||||
|
|
|
|||
|
|
@ -681,8 +681,8 @@ export default {
|
|||
}
|
||||
this.$set(this.questionForm, shortObj.Id, short)
|
||||
} else if (measureData.type === 'ArrowAnnotate') {
|
||||
this.$set(this.questionForm, lengthObj.Id, '')
|
||||
this.$set(this.questionForm, shortObj.Id, '')
|
||||
this.$set(this.questionForm, lengthObj.Id, '0')
|
||||
this.$set(this.questionForm, shortObj.Id, '0')
|
||||
}
|
||||
var isLymphLesion = this.getQuestionVal(2)
|
||||
this.organList = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue