|
@@ -163,7 +163,6 @@ export default {
|
|
|
if (this.status == 'start') {
|
|
|
cmd.operateType = 'start' //操作命令
|
|
|
this.$store.commit("$sendWebsocket",JSON.stringify(cmd))
|
|
|
- this.step= 0;
|
|
|
this.showStart = true;
|
|
|
}
|
|
|
// 急停
|
|
@@ -187,6 +186,7 @@ export default {
|
|
|
this.$store.state.vuex_workStatus = 'working'
|
|
|
this.curWorkStutesText='设备已启动';
|
|
|
this.showStart = false;
|
|
|
+ this.step = 0;
|
|
|
// 进度条,服务时间根据不同的服务类型而不同
|
|
|
let serverTime = this.washDuration/60
|
|
|
this.interId = setInterval(()=>{
|