This commit is contained in:
caozehui
2025-01-08 19:11:34 +08:00
parent 34534a1dbf
commit 7ebad7d6b9

View File

@@ -464,7 +464,7 @@ watch(webMsgSend,function (newValue,oldValue){
case 'DATA_REQUEST$02': case 'DATA_REQUEST$02':
if (newValue.code == 10200) { if (newValue.code == 10200) {
let type = 'info' let type = 'info'
if(newValue.data.contain('不合格')){ if(newValue.data.includes('不合格')){
type = 'error' type = 'error'
} }
step4InitLog.value.push({ step4InitLog.value.push({