fix: 细调

This commit is contained in:
chenjinsong
2022-04-06 22:31:06 +08:00
parent b83a856e98
commit a0919e159e
6 changed files with 11 additions and 5 deletions

View File

@@ -186,7 +186,6 @@ export default {
const nowTime = getSecond(new Date())
this.searchStartTime = this.detection.startTime - allTime / 2
this.searchEndTime = _.min([nowTime, (this.detection.endTime + allTime / 2)])
console.info(this.detection)
get(api.detection.performanceEvent.metric, {
serverIp: this.detection.serverIp,
startTime: this.searchStartTime,