修复一个指标图表无法显示时间的Bug

This commit is contained in:
GoEdgeLab
2021-07-14 22:44:13 +08:00
parent 9b52f73b11
commit 00c158f0a5
3 changed files with 12 additions and 37 deletions

View File

@@ -11,7 +11,8 @@ Tea.context(function () {
this.$post("$")
.params({
serverId: this.serverId,
requestId: this.requestId
requestId: this.requestId,
keyword: this.keyword
})
.success(function (resp) {
this.accessLogs = resp.data.accessLogs.concat(this.accessLogs)