From 49fcb32c80987d808374eca015c1a5be488f8cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=B4=AA=E6=B4=AA?= <2498601771@qq.com> Date: Thu, 5 Jan 2023 11:12:47 +0800 Subject: [PATCH] =?UTF-8?q?CN-850:=20=E4=BF=AE=E5=A4=8DDetection=E4=BA=8B?= =?UTF-8?q?=E4=BB=B6=E9=A2=84=E8=A7=88=E5=AE=9E=E4=BD=93=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E7=BC=BA=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../css/components/views/detections/detection-overview.scss | 3 ++- .../overview/DetectionPerformanceEventAppOverview.vue | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/assets/css/components/views/detections/detection-overview.scss b/src/assets/css/components/views/detections/detection-overview.scss index ccb762f9..8d75522c 100644 --- a/src/assets/css/components/views/detections/detection-overview.scss +++ b/src/assets/css/components/views/detections/detection-overview.scss @@ -220,5 +220,6 @@ justify-content: center; align-items: center; padding: 0 4px; - color: white; + //todo 此处文字显示白色,暂时取消 + //color: white; } diff --git a/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue b/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue index 8c39c72d..9dc7a00a 100644 --- a/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue +++ b/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue @@ -222,7 +222,7 @@ export default { queryBasic () { return new Promise((resolve, reject) => { try { - getData(api.detection.performanceEvent.overviewBasic, { domain: this.detection.appName, startTime: this.detection.startTime }).then(data => { + getData(api.detection.performanceEvent.overviewBasic, { appName: this.detection.appName, startTime: this.detection.startTime }).then(data => { resolve(data[0]) }).catch(error => { reject(error)