This commit is contained in:
sjl
2025-10-17 11:33:52 +08:00
parent 956262401b
commit 9a25e41d4f
4 changed files with 12 additions and 6 deletions

View File

@@ -625,10 +625,10 @@ watch(
updatePercentage()
}
if(newValue.code == 25005){
setLogList("error", '实时数据校验失败!开始录波校验...')
setLogList("error", '实时数据不符合!开始录波校验...')
}
if(newValue.code == 25006){
setLogList("error", '统计数据校验失败!开始录波校验...')
setLogList("error", '统计数据不符合!开始录波校验...')
}
break
}