微调
This commit is contained in:
@@ -439,6 +439,7 @@ watch(webMsgSend, function (newValue, oldValue) {
|
|||||||
case 'yjc_xyjy' :
|
case 'yjc_xyjy' :
|
||||||
switch (newValue.operateCode) {
|
switch (newValue.operateCode) {
|
||||||
case 'INIT_GATHER$03':
|
case 'INIT_GATHER$03':
|
||||||
|
if (newValue.code == 10552) {
|
||||||
ElMessageBox.alert('重复的初始化操作!', '检测失败', {
|
ElMessageBox.alert('重复的初始化操作!', '检测失败', {
|
||||||
confirmButtonText: '确定',
|
confirmButtonText: '确定',
|
||||||
type: 'error',
|
type: 'error',
|
||||||
@@ -446,6 +447,8 @@ watch(webMsgSend, function (newValue, oldValue) {
|
|||||||
ts.value = 'error'
|
ts.value = 'error'
|
||||||
step5.value = 'error'
|
step5.value = 'error'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -398,7 +398,9 @@ watch(
|
|||||||
break
|
break
|
||||||
case 'yjc_xyjy' :
|
case 'yjc_xyjy' :
|
||||||
switch (newValue.operateCode) {
|
switch (newValue.operateCode) {
|
||||||
|
|
||||||
case 'INIT_GATHER$03':
|
case 'INIT_GATHER$03':
|
||||||
|
if (newValue.code == 10552) {
|
||||||
ElMessageBox.alert('重复的初始化操作!', '检测失败', {
|
ElMessageBox.alert('重复的初始化操作!', '检测失败', {
|
||||||
confirmButtonText: '确定',
|
confirmButtonText: '确定',
|
||||||
type: 'error',
|
type: 'error',
|
||||||
@@ -406,6 +408,7 @@ watch(
|
|||||||
setLogList('error', '重复的初始化操作!')
|
setLogList('error', '重复的初始化操作!')
|
||||||
stopTimeCount()
|
stopTimeCount()
|
||||||
}
|
}
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case 'yjc_sbtxjy' :
|
case 'yjc_sbtxjy' :
|
||||||
switch (newValue.operateCode) {
|
switch (newValue.operateCode) {
|
||||||
|
|||||||
Reference in New Issue
Block a user