From 620812cdd65f61c6b3d99693620d7417096fbbef Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Thu, 24 Jun 2021 16:13:58 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95):?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96=E5=88=9B=E5=BB=BA=E6=80=A7=E8=83=BD?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=97=B6=E8=B5=84=E6=BA=90=E6=B1=A0=E5=85=88?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E5=90=8E=E5=A1=AB=E5=86=99=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E8=B5=84=E6=BA=90=E6=B1=A0=E6=B8=85=E7=A9=BA?= =?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 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue index 3f5668a6ad..330cd47818 100644 --- a/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue +++ b/frontend/src/business/components/performance/test/components/PerformancePressureConfig.vue @@ -264,7 +264,9 @@ export default { }, watch: { test(n) { - this.resourcePool = n.testResourcePoolId; + if (n.testResourcePoolId) { + this.resourcePool = n.testResourcePoolId; + } }, testId() { if (this.testId) {