This commit is contained in:
sjl
2025-09-22 09:17:17 +08:00
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)