DevApp/Gs.DevApp/DevFrm/QC/Frm_MesSysLookups.cs
@@ -136,7 +136,6 @@ MsgHelper.Warning("请先选择你要操作的行!"); return; } getModel(rowGuid, true, 1); } @@ -188,7 +187,10 @@ { lbGuid.Text = _rtn.rtnData; toolBarMenu1.isSetBtn = true; getModel(lbGuid.Text, false, 1); var gridViews = new List<GridView>(); gridViews.Add(gvMx1); UtilityHelper.ChangeEnableByControl(panel1.Controls, false, gridViews); } } catch (Exception ex)