From 6d4874f6d9c271c67d72a62f08985c71f7f8bfac Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期四, 05 十二月 2024 19:02:13 +0800
Subject: [PATCH] 界面修改

---
 WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/02-main/AddThreeLinkMainDlg.cs |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/02-main/AddThreeLinkMainDlg.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/02-main/AddThreeLinkMainDlg.cs
index af4543e..9850b0d 100644
--- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/02-main/AddThreeLinkMainDlg.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/06-threeLink/02-main/AddThreeLinkMainDlg.cs
@@ -43,6 +43,7 @@
             }
             TextEditCaliber.SelectedIndex = 0;
             TextEditMaterial.SelectedIndex = 0;
+            this.selectFlagsPopupCtrl1.SetBindingData<AssetsFlags>();
         }
 
         public event Func<Vmo.AssetsThreelinkMainVmo, Task<bool>> ReloadDataEvent = null;
@@ -158,6 +159,7 @@
             {
                 _ThreeLinkVmo.BranchThroughMinorLoss = branchThough;
             }
+            _ThreeLinkVmo.Flags = this.selectFlagsPopupCtrl1.SelectedFlags;
             if (await this.ReloadDataEvent.Invoke(_ThreeLinkVmo))
             {
                 TipFormHelper.ShowSucceed("娣诲姞鎴愬姛!");

--
Gitblit v1.9.3