lixiaojun
2024-11-27 4a5989c23c468d376a8abe72abe1a534708dbfe2
WinFrmUI/HStation.WinFrmUI.Basic.Core/01-SysCatalogManage/SysCatalogManageMainPanel.cs
@@ -1,11 +1,7 @@
using DevExpress.UIAutomation;
using DevExpress.Utils.DragDrop;
using DevExpress.XtraEditors;
using DevExpress.XtraTreeList;
using DevExpress.XtraTreeList;
using DevExpress.XtraTreeList.Handler;
using DevExpress.XtraTreeList.Nodes;
using SqlSugar;
using System.ComponentModel;
using System.Reflection;
namespace HStation.WinFrmUI.Basic
@@ -220,7 +216,7 @@
        private async Task<bool> SetTreeListSorter(long parentId)
        {
             var sortList = new List<Yw.Vmo.Sorter>();
            var sortList = new List<Yw.Vmo.Sorter>();
            var targetList = _IndexList.Where(x => x.ParentID == parentId).ToList();
            int i = 1;
            foreach (var item in targetList)