角度工具和Cobb角度工具存在问题,不能画,且导致系统崩溃
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-06-30 10:52:01 +08:00
parent a8065ac757
commit afeb6d9a02
1 changed files with 2 additions and 0 deletions

View File

@ -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