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

View File

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