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

This commit is contained in:
hyx
2022-03-21 15:11:14 +08:00
parent df4c410ce9
commit 7ae2c30eb4
3 changed files with 176 additions and 151 deletions

View File

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