xm
2020-07-31 ecba45c93391066bc30c7bd602c3a7683fbb99a7
ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewaySearchListForm.cs
@@ -178,9 +178,12 @@
        /// </summary>
        public override void CloseFormBefore()
        {
            //刷新主页
            UserView.UserPage.Instance.ReFreshControl();
            var userPageForm = UserView.UserPage.Instance.GetNowActionForm();
            if (userPageForm != null && userPageForm.FormID == "UserMainForm")
            {
                //刷新主页
                UserView.UserPage.Instance.ReFreshControl();
            }
            base.CloseFormBefore();
        }