From 09bdbfc04aec1b61afe9db933926786b05451a3f Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Thu, 17 Dec 2020 16:00:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=90=9C=E7=B4=A2=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E6=97=B6=E6=98=BE=E7=A4=BA=E4=BA=86=E6=96=B0=E5=A2=9E=E7=94=A8?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/definition/components/case/ApiCaseList.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/business/components/api/definition/components/case/ApiCaseList.vue b/frontend/src/business/components/api/definition/components/case/ApiCaseList.vue index 0ddaddc976..45fb06d2af 100644 --- a/frontend/src/business/components/api/definition/components/case/ApiCaseList.vue +++ b/frontend/src/business/components/api/definition/components/case/ApiCaseList.vue @@ -167,9 +167,9 @@ } } this.apiCaseList = response.data; - if (this.apiCaseList.length == 0) { - this.addCase(); - } + // if (this.apiCaseList.length == 0) { + // this.addCase(); + // } }); } },