!2217 修复:切换柜体不切换默认视图

pull/2194/MERGE
林伟强 1 year ago committed by ChenX
parent 37143a0879
commit 2d249c1a3e

@ -111,7 +111,7 @@ const CabinetBottomSheet: React.FC<IProps> = forwardRef((props, ref) =>
await commandMachine.ExecCommand(CommandNames.Esc);
await commandMachine.ExecCommand(CommandNames.SelectAll);
await commandMachine.ExecCommand(CommandNames.HideSelect);
await commandMachine.ExecCommand(CommandNames.Swiso);
// await commandMachine.ExecCommand(CommandNames.Swiso); //切换柜体不切换默认视图
boxStore.Index.forEach((el) =>
{
shareViewApp.BoxCtrl.SetBoxVisible(el, true);

Loading…
Cancel
Save