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

This commit is contained in:
刘祥超
2021-07-14 22:44:13 +08:00
parent 094734ae1f
commit 6a5c979d2a
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)