10552错误重新检测、相序校验25003错误
This commit is contained in:
@@ -481,7 +481,14 @@ watch(webMsgSend, function (newValue, oldValue) {
|
|||||||
type: 'wait',
|
type: 'wait',
|
||||||
log: '获取数据相序校验数据!',
|
log: '获取数据相序校验数据!',
|
||||||
}];
|
}];
|
||||||
} else if (newValue.code == 25001) {
|
} else if (newValue.code == 25003) {
|
||||||
|
step4.value = 'error'
|
||||||
|
step4InitLog.value.push({
|
||||||
|
type: 'error',
|
||||||
|
log: '相序校验未通过!',
|
||||||
|
})
|
||||||
|
ts.value = 'error'
|
||||||
|
}else if (newValue.code == 25001) {
|
||||||
step4.value = 'success'
|
step4.value = 'success'
|
||||||
step5.value = 'success'
|
step5.value = 'success'
|
||||||
step4InitLog.value.push({
|
step4InitLog.value.push({
|
||||||
|
|||||||
@@ -344,7 +344,7 @@ watch(webMsgSend, function (newValue, oldValue) {
|
|||||||
type: 'error',
|
type: 'error',
|
||||||
log: `${new Date().toLocaleString()}:存在已经初始化步骤,执行自动关闭,请重新发起检测!`
|
log: `${new Date().toLocaleString()}:存在已经初始化步骤,执行自动关闭,请重新发起检测!`
|
||||||
})
|
})
|
||||||
emit('update:testStatus', 'error')
|
emit('update:testStatus', 'test_recheck')
|
||||||
} else {
|
} else {
|
||||||
switch (newValue.requestId) {
|
switch (newValue.requestId) {
|
||||||
case 'error_flow_end':
|
case 'error_flow_end':
|
||||||
|
|||||||
Reference in New Issue
Block a user