WinFrmUI/HStation.WinFrmUI.Auth.Core/01-menu/MenuMgrPage.cs
@@ -68,8 +68,8 @@ var id = await _bll.InsertEx(rhs); if (id > 0) { rhs.ProjectMenu.ID = id; this._allBindingList.Add(new MenuViewModel(rhs.ProjectMenu)); rhs.ID = id; this._allBindingList.Add(new MenuViewModel(rhs)); this.menuViewModelBindingSource.ResetBindings(false); //this.treeList1.Refresh(); return true;