ZigbeeApp/Shared/Phone/UserCenter/Residence/ResidenceManagementForm.cs
@@ -425,6 +425,8 @@ //调整桌布高度 this.AdjustContrlTableHeight(); } //删除楼层的话,主页需要重新刷新 UserView.UserPage.Instance.RefreshForm = true; }); }; } @@ -495,6 +497,8 @@ //根据指定模式,初始化桌布控件 this.InitFrameTableByMode(); } //创建或者修改楼层的话,主页需要重新刷新 UserView.UserPage.Instance.RefreshForm = true; } }); } @@ -649,6 +653,8 @@ //调整桌布高度 this.AdjustContrlTableHeight(); } //删除房间的话,主页需要重新刷新 UserView.UserPage.Instance.RefreshForm = true; }); }; }