From a7169e06a0d003fbeab98ecc856194b4112d8bb1 Mon Sep 17 00:00:00 2001 From: ChenX Date: Mon, 27 May 2024 11:34:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91:=E5=A2=9E=E5=8A=A0=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Add-on/DrawWineRack/DrawWinRackTool.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Add-on/DrawWineRack/DrawWinRackTool.ts b/src/Add-on/DrawWineRack/DrawWinRackTool.ts index bc8e54aca..556c1619e 100644 --- a/src/Add-on/DrawWineRack/DrawWinRackTool.ts +++ b/src/Add-on/DrawWineRack/DrawWinRackTool.ts @@ -45,7 +45,7 @@ export class DrawWineRackTool extends Singleton /** 拾取空间周围的板件柜名房名等信息*/ protected GetBoardProcessOption(br: Board) { - if (!this._config) return; + if (!this._config) return;//在矩形变酒格时,因为没有配置 所以导致错误 //获取空间周围的板件数据 if (this.space.Boards.length > 0 && this._config.useBoardProcessOption) {