zoulei 10 달 전
부모
커밋
be01b4adb6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      XdCxRhDW.App/UserControl/CtrlHome.cs

+ 1 - 0
XdCxRhDW.App/UserControl/CtrlHome.cs

@@ -268,6 +268,7 @@ namespace XdCxRhDW.App.UserControl
         }
         private async void GridView1_FocusedRowObjectChanged(object sender, DevExpress.XtraGrid.Views.Base.FocusedRowObjectChangedEventArgs e)
         {
+            gridHomePosRes.DataSource = new List<ModelPosRes>();
             listCts.ForEach(t => t.Cancel());
             listCts.Clear();
             var cts = new CancellationTokenSource();