From 13e69c09c5ac97e0294d64617dfb934e34bb4264 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期一, 02 十二月 2024 17:11:13 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/10-exchanger/01-series/AssetsExchangerSeriesViewModel.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/10-exchanger/01-series/AssetsExchangerSeriesViewModel.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/10-exchanger/01-series/AssetsExchangerSeriesViewModel.cs index 84c21c4..c12b141 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/10-exchanger/01-series/AssetsExchangerSeriesViewModel.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/10-exchanger/01-series/AssetsExchangerSeriesViewModel.cs @@ -1,4 +1,4 @@ -锘縰sing DevExpress.XtraRichEdit.Model.History; +锘縰sing Yw.Untity; namespace HStation.WinFrmUI.Assets { @@ -12,6 +12,7 @@ { this.Name = rhs.Name; this.ID = rhs.ID; + this.ParentID = TreeParentIdsHelper.GetLastParentID(rhs.ParentIds); this.Description = rhs.Description; } @@ -19,6 +20,7 @@ { this.Name = rhs.Name; this.ID = rhs.ID; + this.ParentID = TreeParentIdsHelper.GetLastParentID(rhs.ParentIds); this.Description = rhs.Description; } -- Gitblit v1.9.3