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