This commit is contained in:
xyy
2026-01-09 11:18:28 +08:00
parent ab0d2e540b
commit f5cb3c50a5
2 changed files with 2 additions and 0 deletions

View File

@@ -322,6 +322,7 @@ namespace 外科辅料和患者防护罩激光抗性测试仪
}));
if (!_lastRunStatus && currentRunStatus)
{
_isCurrentRecordAdded = false; // 添加这一行
_isReported = false;
Debug.WriteLine("检测到运行开始,重置报表插入标记");
}

View File

@@ -268,6 +268,7 @@ namespace 外科辅料和患者防护罩激光抗性测试仪
if (!_lastRunStatus && currentRunStatus)
{
_isReported = false;
_isCurrentRecordAdded = false; // 添加这一行
Debug.WriteLine("检测到运行开始,重置报表插入标记");
}