This commit is contained in:
sjl
2025-01-13 08:56:13 +08:00
parent 42cf23a516
commit 85d8a57bf7

View File

@@ -141,6 +141,17 @@ const webMsgSend = toRef(props, 'webMsgSend');
watch(webMsgSend,function (newValue,oldValue){
switch (newValue.requestId){
case 'yjc_ytxjy':
switch (newValue.operateCode) {
case'INIT GATHER':
if(newValue.code ==-1){
ElMessageBox.alert('源未知异常', '初始化失败', {
confirmButtonText: '确定',
type: 'error',
})
}
}
break;
case 'yjc_sbtxjy':
switch (newValue.operateCode) {
case 'INIT_GATHER$01':
@@ -282,7 +293,8 @@ watch(webMsgSend,function (newValue,oldValue){
break;
}
break;
}
}
})