wei
2020-12-17 bb6ad792b598927a5459a5fb6f6c27fb1aa9e94e
HDL_ON/UI/UI2/3-Intelligence/Scene/SetSceneFunctionInfoPage.cs
@@ -136,13 +136,18 @@
                    if (result == DAL.Server.StateCode.SUCCESS)
                    {
                        refreshAction();
                        this.RemoveFromParent();
                    this.RemoveFromParent();
                    }
                    else
                    {
                        DAL.Server.IMessageCommon.Current.ShowErrorInfoAlter(result);
                    }
                }
                else
                {
                        refreshAction();
                    this.RemoveFromParent();
                }
            };
        }