lu
2024-11-30 9ce3ff4c9d168929689f4efeb7f00fd6b27d2e99
DevApp/Gs.DevApp/DevFrm/User/Role.cs
@@ -113,7 +113,7 @@
        {
            string rowGuid, rowName;
            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1,
                lbGuid, txt_roleName, gridView1, 2);
                lbGuid, txt_roleName, gridView1,"", 2);
            if (string.IsNullOrEmpty(rowGuid))
            {
                MsgHelper.Warning("请先选择你要操作的行!");