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