提交 7760a918 编写于 作者: 雨爱无痕

Fix error

上级 360c8173
......@@ -119,7 +119,7 @@ const StoreModel: ModuleType = {
data.children.forEach(element => {
watchPaths.push({WorkspacePath: element.path})
});
WebSocket.sentMsg(settings.webSocketRoom, JSON.stringify({act: 'watch',testSets:watchPaths}))
WebSocket.sentMsg(settings.webSocketRoom, JSON.stringify({act: 'watch',testSets:watchPaths}), "local")
}
commit('setQueryParams', playload);
return true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册