处理源未知异常、检测结果最大误差回显

This commit is contained in:
caozehui
2025-01-10 13:49:09 +08:00
parent b614767b2d
commit de8a392d2c
6 changed files with 58 additions and 65 deletions

View File

@@ -259,6 +259,13 @@ watch(webMsgSend, function (newValue, oldValue) {
type: 'error',
log: '源连接失败!',
}];
} else if (newValue.code == -1) {
step1.value = 'error'
ts.value = 'error'
step1InitLog.value = [{
type: 'error',
log: '源未知异常!',
}];
}
break;