1
lu
2024-12-03 6212b696e81ca17332cb6c9484e9b19741ec7006
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("请先选择你要操作的行!");