From dd57a2fa62d6b60375aaa45cf250ff68c45bc775 Mon Sep 17 00:00:00 2001 From: "GukSang.Jin" Date: Thu, 5 Feb 2026 09:51:26 +0800 Subject: [PATCH] --- 全自动水压检测仪/Report.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/全自动水压检测仪/Report.cs b/全自动水压检测仪/Report.cs index 07c1b43..7f77f76 100644 --- a/全自动水压检测仪/Report.cs +++ b/全自动水压检测仪/Report.cs @@ -494,12 +494,12 @@ namespace 全自动水压检测仪 /// 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 {