This commit is contained in:
caozehui
2026-01-22 11:26:42 +08:00
parent 820a6bb233
commit 84763eb414

View File

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