Revert "CN-399 Detection--服务质量事件 指标变化曲线开发:时间查询参数应为秒级时间戳"
This reverts commit abad4d9d
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user