zoulei 1 year ago
parent
commit
451e78ea4c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      XdCxRhDW.App/UserControl/CtrlHome.cs

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

@@ -276,6 +276,7 @@ namespace XdCxRhDW.App.UserControl
         }
         private void GridView2_FocusedRowObjectChanged(object sender, DevExpress.XtraGrid.Views.Base.FocusedRowObjectChangedEventArgs e)
         {
+            mapControl1.DelFixedImg("Tx");
             var posItem = (e.Row as PosRes);
             if (posItem == null) return;
             using (RHDWContext db = new RHDWContext())