Skip to content
代码片段 群组 项目
提交 86d89c13 编辑于 作者: Jing Teng's avatar Jing Teng 提交者: Timotej Ecimovic
浏览文件

do not update Cluster state change across endpoints

上级 a6539a73
No related branches found
No related tags found
无相关合并请求
...@@ -320,7 +320,7 @@ export default { ...@@ -320,7 +320,7 @@ export default {
this.$store this.$store
.dispatch('zap/updateSelectedClients', { .dispatch('zap/updateSelectedClients', {
endpointTypeIdList: this.endpointTypeIdList, endpointTypeIdList: [this.selectedEndpointTypeId],
id: id, id: id,
added: clientSelected, added: clientSelected,
listType: 'selectedClients', listType: 'selectedClients',
...@@ -328,7 +328,7 @@ export default { ...@@ -328,7 +328,7 @@ export default {
}) })
.then(() => .then(() =>
this.$store.dispatch('zap/updateSelectedServers', { this.$store.dispatch('zap/updateSelectedServers', {
endpointTypeIdList: this.endpointTypeIdList, endpointTypeIdList: [this.selectedEndpointTypeId],
id: id, id: id,
added: serverSelected, added: serverSelected,
listType: 'selectedServers', listType: 'selectedServers',
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册