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