微调
This commit is contained in:
@@ -464,7 +464,7 @@ watch(webMsgSend,function (newValue,oldValue){
|
||||
case 'DATA_REQUEST$02':
|
||||
if (newValue.code == 10200) {
|
||||
let type = 'info'
|
||||
if(newValue.data.contain('不合格')){
|
||||
if(newValue.data.includes('不合格')){
|
||||
type = 'error'
|
||||
}
|
||||
step4InitLog.value.push({
|
||||
|
||||
Reference in New Issue
Block a user