@@ -456,6 +456,8 @@ export default {
},
// 设备异常
devError(msg){
+ this.showStart = false;
+ this.showStop = false;
this.status = "error-end";
this.$u.vuex('vuex_workStatus','error-end')
this.resetLoadingStatus();