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 {