修复:拆单报错

pull/912/head
ChenX 5 years ago
parent 31a3db9317
commit 13a0a1be8d

@ -104,7 +104,7 @@ class LookOverBoardInfosTool
for (let objId of ids)
{
let gd = objId.Object;
if (!gd.IsErase)
if (!gd?.IsErase)
{
if (gd instanceof CylinderHole)
switch (gd.Type)

Loading…
Cancel
Save