mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-18 06:40:25 +08:00
修复一个指标图表无法显示时间的Bug
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user