Browse Source

bug 修复

lilei 4 years ago
parent
commit
a981815293
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pages/work/index/index.vue

+ 2 - 1
pages/work/index/index.vue

@@ -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) {