非dicom长短径工具与问题进行绑定值错误问题
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5a8e1e5af7
commit
46b532b858
|
|
@ -1369,7 +1369,7 @@ export default {
|
|||
} else if (prop === 'length' || prop === 'perimeter') {
|
||||
value = this.reRound(csUtils.roundNumber(value * ps), this.digitPlaces)
|
||||
} else {
|
||||
value = this.reRound(csUtils.roundNumber(value), this.digitPlaces)
|
||||
value = this.reRound(csUtils.roundNumber(value * ps), this.digitPlaces)
|
||||
}
|
||||
} else if (this.isNoneDicom && value !== null) {
|
||||
value = this.reRound(csUtils.roundNumber(value), this.digitPlaces)
|
||||
|
|
|
|||
|
|
@ -1061,7 +1061,7 @@ export default {
|
|||
} else if (prop === 'length' || prop === 'perimeter') {
|
||||
value = this.reRound(csUtils.roundNumber(value * ps), this.digitPlaces)
|
||||
} else {
|
||||
value = this.reRound(csUtils.roundNumber(value), this.digitPlaces)
|
||||
value = this.reRound(csUtils.roundNumber(value * ps), this.digitPlaces)
|
||||
}
|
||||
} else if (this.isNoneDicom && value !== null) {
|
||||
value = this.reRound(csUtils.roundNumber(value), this.digitPlaces)
|
||||
|
|
|
|||
Loading…
Reference in New Issue