Revert "CN-399 Detection--服务质量事件 指标变化曲线开发:时间查询参数应为秒级时间戳"

This reverts commit abad4d9d
This commit is contained in:
hyx
2022-03-21 14:59:16 +08:00
parent 4fecd99ac2
commit df4c410ce9
3 changed files with 6 additions and 6 deletions

View File

@@ -160,8 +160,8 @@ export default {
get(api.detection.performanceEvent.metric, {
domain: this.detection.domain,
startTime: this.searchStartTime,
endTime: this.searchEndTime,
startTime: this.searchStartTime*1000,
endTime: this.searchEndTime*1000,
}).then((response) => {
if (response.code === 200) {
resolve(response.data.result[0])