This commit is contained in:
sjl
2025-09-22 09:17:10 +08:00
parent a9156f0954
commit b213b721bb
2 changed files with 17 additions and 11 deletions

View File

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

View File

@@ -398,13 +398,16 @@ watch(
break break
case 'yjc_xyjy' : case 'yjc_xyjy' :
switch (newValue.operateCode) { switch (newValue.operateCode) {
case 'INIT_GATHER$03': case 'INIT_GATHER$03':
if (newValue.code == 10552) {
ElMessageBox.alert('重复的初始化操作!', '检测失败', { ElMessageBox.alert('重复的初始化操作!', '检测失败', {
confirmButtonText: '确定', confirmButtonText: '确定',
type: 'error', type: 'error',
}) })
setLogList('error', '重复的初始化操作!') setLogList('error', '重复的初始化操作!')
stopTimeCount() stopTimeCount()
}
} }
break; break;
case 'yjc_sbtxjy' : case 'yjc_sbtxjy' :