From 0757d0f6ab27f841e0383ce3e2b9136705abc50c Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Fri, 28 Aug 2020 16:03:09 +0800 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E6=B1=A0=E4=B8=8B=E6=8B=89=E6=A1=86=E6=98=BE=E7=A4=BAuuid?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../performance/test/components/PerformancePressureConfig.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue index 6cefcff2df..6837672908 100644 --- a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue +++ b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue @@ -164,6 +164,7 @@ export default { } else { this.calculateChart(); } + this.getResourcePools(); }, }, methods: { From 8298781148c4b84fcd96ac885aadd106abfb66d3 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Fri, 28 Aug 2020 16:26:18 +0800 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E4=B9=8B=E5=90=8E=E6=89=A7=E8=A1=8C=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=B2=A1=E6=9C=89=E6=9F=A5=E8=AF=A2=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../report/PerformanceReportView.vue | 429 +++++++++--------- 1 file changed, 206 insertions(+), 223 deletions(-) diff --git a/frontend/src/business/components/performance/report/PerformanceReportView.vue b/frontend/src/business/components/performance/report/PerformanceReportView.vue index 573ec9f502..6492b79630 100644 --- a/frontend/src/business/components/performance/report/PerformanceReportView.vue +++ b/frontend/src/business/components/performance/report/PerformanceReportView.vue @@ -22,9 +22,9 @@ @click="rerun(testId)"> {{ $t('report.test_execute_again') }} - +