!2216 修复排钻拆单名获取问题

pull/2217/head
cf-erp 1 year ago committed by ChenX
parent 44c426a3c4
commit f3b1ac5c91

@ -484,7 +484,7 @@ export namespace Production
radius: nail.Radius, radius: nail.Radius,
depth, depth,
face, face,
name: GetGroupName(nail) name: '层板钉'
}); });
} }
} }
@ -729,7 +729,7 @@ export namespace Production
depth, depth,
face: z0 < CanDrawHoleFuzz ? FaceDirection.Back : FaceDirection.Front, face: z0 < CanDrawHoleFuzz ? FaceDirection.Back : FaceDirection.Front,
angle: angle, angle: angle,
name: GetGroupName(cir) name: GetGroupName(d)
}); });
} }
else else
@ -782,7 +782,7 @@ export namespace Production
radius: cir.Radius, radius: cir.Radius,
depth, depth,
face, face,
name: GetGroupName(cir) name: GetGroupName(d)
}); });
} }
} }

Loading…
Cancel
Save