WinFrmUI/HStation.WinFrmUI.Basic/02-SysPropManage/SysPropManageMainPanel.cs
@@ -162,12 +162,14 @@ sorterList.Add(new Yw.Vmo.Sorter() { ID = item.ID, SortCode = i }); i++; } var bol = await _bll.UpdateSorter(sorterList); if (await _bll.UpdateSorter(sorterList)) { this.propViewModelBindingSource.ResetBindings(false); } else { // e.Effect= bol? DragDropEffects.Move : DragDropEffects.None; // gridView1.FocusedRowHandle = _LastRowIndex; TipFormHelper.ShowError("修改排序失败!"); return;