WinFrmUI/HStation.WinFrmUI.Auth.Core/01-menu/MenuMgrPage.cs
@@ -65,11 +65,11 @@ dlg.SetBindingData(row != null ? row.ID : 0); dlg.ReloadDataEvent += async (rhs) => { var id = await _bll.Insert(rhs.ProjectMenu); 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;