This commit is contained in:
wxt
2026-02-05 10:29:38 +08:00

View File

@@ -494,12 +494,12 @@ namespace 全自动水压检测仪
/// </summary>
private void ExportReport()
{
if (CurrentReport == null || CurrentReport.Count == 0)
{
MessageBox.Show("没有数据可以导出", "提示",
MessageBoxButtons.OK, MessageBoxIcon.Information);
return;
}
//if (CurrentReport == null || CurrentReport.Count == 0)
//{
// MessageBox.Show("没有数据可以导出", "提示",
// MessageBoxButtons.OK, MessageBoxIcon.Information);
// return;
//}
try
{