用橡皮擦除分割标记后,绑定的分割问题显示为-Infinity
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
1a42cfd47c
commit
94f43f4b11
|
|
@ -1559,7 +1559,7 @@ export default {
|
|||
answer = segment.stats && segment.stats[imageToolAttribute] ? Number((segment.stats[imageToolAttribute]).value).toFixed(this.digitPlaces) : ''
|
||||
}
|
||||
let o = {
|
||||
Answer: answer === '-Infinity' ? null : answer,
|
||||
Answer: answer === '-Infinity' || answer === 'NaN' ? null : answer,
|
||||
QuestionId: item.QuestionId,
|
||||
RowId: item.RowId,
|
||||
SegmentId: item.SegmentId,
|
||||
|
|
|
|||
Loading…
Reference in New Issue