更新服务
This commit is contained in:
@@ -524,6 +524,10 @@ const actions = {
|
||||
closeWebsocket: () => {
|
||||
// 关闭
|
||||
if (websock) websock.close()
|
||||
},
|
||||
// 改变工作状态
|
||||
changeWorkStatus: ({ commit }, data) => {
|
||||
commit('setData', { name: 'workStatus', data: data })
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user