角度工具和Cobb角度工具存在问题,不能画,且导致系统崩溃
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a8065ac757
commit
afeb6d9a02
|
@ -1919,6 +1919,7 @@ export default {
|
|||
},
|
||||
getAngleToolTextLines(data, targetId) {
|
||||
const cachedVolumeStats = data.cachedStats[targetId]
|
||||
const { label } = data
|
||||
const { angle } = cachedVolumeStats
|
||||
if (angle === undefined) {
|
||||
return
|
||||
|
@ -1937,6 +1938,7 @@ export default {
|
|||
getCobbAngleToolTextLines(data, targetId) {
|
||||
const cachedVolumeStats = data.cachedStats[targetId]
|
||||
const { angle } = cachedVolumeStats
|
||||
const { label } = data
|
||||
|
||||
if (angle === undefined) {
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue