@@ -144,7 +144,8 @@ export default {
this.showReset()
}
if(this.$store.state.vuex_workStatus == 'starting'){
- this.starting()
+ this.status = 'start'
+ this.$store.state.vuex_workStatus = 'start'
},
onLoad(options) {