修复:避免错误

pull/998/head
ChenX 4 years ago
parent e8e976fcbb
commit c4f1ec4d21

@ -343,6 +343,8 @@ export class RectConvertToBoard implements Command
for (let i = 0; i < cabGroup.length; i++)
{
let group = cabGroup[i];
if (group.length === 0) continue;
//改柜名
if (storeOption.iscabinetName)
{

Loading…
Cancel
Save