|
@@ -151,6 +151,7 @@ export default {
|
|
|
this.curWorkStutesText= e.data.msgCodeInfo
|
|
|
// 显示复位提示弹框
|
|
|
this.showStop = true;
|
|
|
+ this.stopWashCarSuccess();
|
|
|
}
|
|
|
// 急停
|
|
|
if(e.data.level == 'A'){
|
|
@@ -158,7 +159,7 @@ export default {
|
|
|
this.curWorkStutesText= e.data.msgCodeInfo
|
|
|
// 显示复位提示弹框
|
|
|
this.showStop = true;
|
|
|
- this.stopWashCarSuccess()
|
|
|
+ this.stopWashCarSuccess();
|
|
|
}else{
|
|
|
this.devError()
|
|
|
}
|