1
lu
2024-11-27 29d1395e49636e6db2f96c92bbb30a280cf8078e
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Holidy.cs
@@ -161,7 +161,7 @@
        {
            string rowGuid, rowName;
            (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1,
                lbGuid, txt_name, gridView1);
                lbGuid, txt_name, gridView1, "name");
            if (string.IsNullOrEmpty(rowGuid))
            {
                MsgHelper.Warning("请先选择你要操作的行!");