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

This commit is contained in:
hyx
2022-03-21 14:54:32 +08:00
parent 79abea71a0
commit abad4d9d1b
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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