刷新饼图

This commit is contained in:
sjl
2025-01-13 21:06:24 +08:00
parent 8b9abba74b
commit 1f3024eb91
9 changed files with 69 additions and 66 deletions

View File

@@ -615,6 +615,7 @@ watch(webMsgSend, function (newValue, oldValue) {
}, {deep: true})
// 更新进度条
const updatePercentage = () => {
if (activeIndex < checkTotal) {
@@ -622,7 +623,6 @@ const updatePercentage = () => {
} else {
percentage.value = 100;
emit('update:testStatus', 'success')
ElMessageBox.alert('检测全部结束,你可以停留在此页面查看检测结果,或返回首页进行复检、报告生成和归档等操作', '检测完成', {
confirmButtonText: '确定',
})