lu
2025-01-21 dd7c9629d16d81bde03e42b3e9e984088f3e4d2c
DevApp/Gs.DevApp/DevFrm/Sys/DocNoRule.cs
@@ -433,9 +433,12 @@
                if (_rtn.rtnCode > 0)
                {
                    if (xtraTabControl1.SelectedTabPageIndex == 1)
                    {
                        getModel(lbGuid.Text.Trim());
                    else
                        getPageList(this.pageBar1.CurrentPage);
                    }
                    int rowHandle = gridView1.LocateByValue(1, gridView1.Columns["guid"], rowGuid);
                    gridView1.FocusedRowHandle = rowHandle;
                    UtilityHelper.SetCheckIco(gridView1, "checkStatus", "", "", picCheckBox, this, _inFieldValue.ToString());
                }
            }
            catch (Exception ex)