From 2a8fab75f06e8f5df6f72014e31229d74944d2d4 Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Mon, 8 Jun 2020 16:15:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B2=A1=E6=9C=89=E7=94=A8?= =?UTF-8?q?=E5=88=B0=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/settings/system/TestResourcePool.vue | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/src/business/components/settings/system/TestResourcePool.vue b/frontend/src/business/components/settings/system/TestResourcePool.vue index f502006d92..40ad3daf11 100644 --- a/frontend/src/business/components/settings/system/TestResourcePool.vue +++ b/frontend/src/business/components/settings/system/TestResourcePool.vue @@ -301,9 +301,6 @@ }); }, createTestResourcePool(createTestResourcePoolForm) { - if (this.result.loading) { - return; - } this.$refs[createTestResourcePoolForm].validate(valid => { if (valid) { let vri = this.validateResourceInfo(); @@ -340,9 +337,6 @@ this.form.resources = resources; }, updateTestResourcePool(updateTestResourcePoolForm) { - if (this.result.loading) { - return; - } this.$refs[updateTestResourcePoolForm].validate(valid => { if (valid) { let vri = this.validateResourceInfo();