This commit is contained in:
caozehui
2025-09-22 09:16:35 +08:00
parent a9156f0954
commit 4ae42408c3
2 changed files with 2 additions and 2 deletions

View File

@@ -274,7 +274,7 @@ watch(webMsgSend, function (newValue, oldValue) {
break; break;
} }
break; break;
case 'record_wave_step2': case 'record_wave_step1':
switch (newValue.operateCode) { switch (newValue.operateCode) {
case 'DATA_REQUEST$03': case 'DATA_REQUEST$03':
if (newValue.code == 25002) { //某一路录波校验失败 if (newValue.code == 25002) { //某一路录波校验失败

View File

@@ -296,7 +296,7 @@ watch(
webMsgSend, webMsgSend,
function (newValue, oldValue) { function (newValue, oldValue) {
switch (newValue.requestId) { switch (newValue.requestId) {
case 'record_wave_step2': case 'record_wave_step1':
switch (newValue.code) { switch (newValue.code) {
case 10200: case 10200:
setLogList('info', newValue.data) setLogList('info', newValue.data)