lilei il y a 4 ans
Parent
commit
1492567baf
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      store/index.js

+ 2 - 0
store/index.js

@@ -99,6 +99,8 @@ const store = new Vuex.Store({
 		vuex_reConnectId: null, // 重连id
 		vuex_messagUnReadCount: 0, // 消息未读数
 		vuex_storeVideoList: [], // 视频巡店时的当前门店设备信息
+		vuex_spotCheckStatus: [], // 点检任务的状态
+		vuex_taskStatus: [], // 任务状态
 	},
 	mutations: {
 		$uStore(state, payload) {