修复服务访问日志不能使用集群、节点筛选的Bug

This commit is contained in:
GoEdgeLab
2022-01-20 16:28:43 +08:00
parent ae560e6883
commit 7809763a51
7 changed files with 39 additions and 12 deletions

View File

@@ -14,7 +14,9 @@ Tea.context(function () {
requestId: this.requestId,
keyword: this.keyword,
ip: this.ip,
domain: this.domain
domain: this.domain,
clusterId: this.clusterId,
nodeId: this.nodeId
})
.success(function (resp) {
this.accessLogs = resp.data.accessLogs.concat(this.accessLogs)