预检测10552拦截

This commit is contained in:
sjl
2025-10-15 18:50:23 +08:00
parent d050dbc6e7
commit 321b6c5465

View File

@@ -479,17 +479,13 @@ watch(webMsgSend, function (newValue, oldValue) {
step5.value = 'error' step5.value = 'error'
break; break;
case 'yjc_xyjy' : case 'yjc_xyjy' :
switch (newValue.operateCode) { if (newValue.code == 10552) {
case 'INIT_GATHER$03':
if (newValue.code == 10552) {
ElMessageBox.alert('重复的初始化操作!', '检测失败', { ElMessageBox.alert('重复的初始化操作!', '检测失败', {
confirmButtonText: '确定', confirmButtonText: '确定',
type: 'error', type: 'error',
}) })
ts.value = 'error' ts.value = 'error'
step5.value = 'error' step5.value = 'error'
}
} }
break; break;
} }