duheng
2024-11-08 bb817e5d4ba0afa9848cc80375ee2e10105e106e
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;