!2466 修复:读取门板铰链规则被覆盖问题

pull/2468/MERGE
林三 11 months ago committed by ChenX
parent d24ee34780
commit 42b9cd0e23

@ -202,7 +202,8 @@ export class HingeRules extends React.Component<IHingeRulesProps> {
store.m_Option.hindeBottomDist = uiOption.hindeBottomDist;
store.m_Option.hindeTopDist = uiOption.hindeTopDist;
store.m_Option.hingeCount = uiOption.hingeCount;
store.rules = config[1].other;
store.rules.length = 0;
Object.assign(store.rules, cof.other);
}}
/>;
})

Loading…
Cancel
Save