微调
This commit is contained in:
@@ -141,6 +141,17 @@ const webMsgSend = toRef(props, 'webMsgSend');
|
|||||||
|
|
||||||
watch(webMsgSend,function (newValue,oldValue){
|
watch(webMsgSend,function (newValue,oldValue){
|
||||||
switch (newValue.requestId){
|
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':
|
case 'yjc_sbtxjy':
|
||||||
switch (newValue.operateCode) {
|
switch (newValue.operateCode) {
|
||||||
case 'INIT_GATHER$01':
|
case 'INIT_GATHER$01':
|
||||||
@@ -282,6 +293,7 @@ watch(webMsgSend,function (newValue,oldValue){
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user