浏览代码

bug 修复

lilei 4 年之前
父节点
当前提交
a981815293
共有 1 个文件被更改,包括 2 次插入1 次删除
  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) {