刷新饼图
This commit is contained in:
@@ -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: '确定',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user