This commit is contained in:
caozehui
2025-02-08 15:36:56 +08:00
parent 9206be2562
commit 9f8f8244e3

View File

@@ -667,7 +667,7 @@ const updatePercentage = () => {
ElMessageBox.alert('检测全部结束,你可以停留在此页面查看检测结果,或返回首页进行复检、报告生成和归档等操作', '检测完成', { ElMessageBox.alert('检测全部结束,你可以停留在此页面查看检测结果,或返回首页进行复检、报告生成和归档等操作', '检测完成', {
confirmButtonText: '确定', confirmButtonText: '确定',
}) })
clear(); //clear();
} }
} }