From 6ff46aab75e7b9d54defd4ff273f1d2f210112dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E4=B8=89?= <940119273@qq.com> Date: Mon, 20 Nov 2023 06:02:45 +0000 Subject: [PATCH] =?UTF-8?q?!2472=20=E4=BF=AE=E5=A4=8D:=E6=A8=A1=E5=9D=97?= =?UTF-8?q?=E9=93=B0=E9=93=BE=E9=85=8D=E7=BD=AE=E8=AF=BB=E5=8F=96=E9=97=A8?= =?UTF-8?q?=E6=9D=BF=E9=85=8D=E7=BD=AE=E6=95=B0=E6=8D=AE=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/UI/Components/Board/Door/HingeRule.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/UI/Components/Board/Door/HingeRule.tsx b/src/UI/Components/Board/Door/HingeRule.tsx index 49b7eae06..8857810d4 100644 --- a/src/UI/Components/Board/Door/HingeRule.tsx +++ b/src/UI/Components/Board/Door/HingeRule.tsx @@ -199,9 +199,9 @@ export class HingeRules extends React.Component { uiOption.hingeCount = doorOption.hingeCount.toString(); uiOption.deviation = doorOption.deviation?.toString(); store.m_Option.useRule = doorOption.useRule; - store.m_Option.hindeBottomDist = uiOption.hindeBottomDist; - store.m_Option.hindeTopDist = uiOption.hindeTopDist; - store.m_Option.hingeCount = uiOption.hingeCount; + store.m_Option.hindeBottomDist = doorOption.hindeBottomDist; + store.m_Option.hindeTopDist = doorOption.hindeTopDist; + store.m_Option.hingeCount = doorOption.hingeCount; store.rules.length = 0; Object.assign(store.rules, cof.other); }}