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