lu
2025-09-26 055e5ec17f2aee9bde2c4b777d6a7c4a12e27ab3
DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs
@@ -202,7 +202,10 @@
                MsgHelper.Warning("请先选择你要操作的行!");
                return;
            }
            UserControl.ShowLogcs frm = new ShowLogcs(this.guidKey);
            bool b = false;
            if (this.Parent.Text == "推送报表")
                b = true;
            UserControl.ShowLogcs frm = new ShowLogcs(this.guidKey, b);
            frm.ShowDialog();
        }